diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-09-03 13:01:01 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-09-03 13:01:01 +0900 |
| commit | 402890d5716608261636c13bd3bb4e4c3f7b4e7f (patch) | |
| tree | f174b431246cda6deaf443299fd2d2e11b679216 /doc | |
| parent | cc0b28373a304541308b6386f4be15aedf30ce43 (diff) | |
| parent | 79aa0866cea908d9ce03da4a3828816e1abed7cb (diff) | |
| download | mruby-402890d5716608261636c13bd3bb4e4c3f7b4e7f.tar.gz mruby-402890d5716608261636c13bd3bb4e4c3f7b4e7f.zip | |
Merge pull request #2938 from Mav7/master
Added version.h.md and re.h.md
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api/mruby/re.h.md | 3 | ||||
| -rw-r--r-- | doc/api/mruby/version.h.md | 33 |
2 files changed, 36 insertions, 0 deletions
diff --git a/doc/api/mruby/re.h.md b/doc/api/mruby/re.h.md new file mode 100644 index 000000000..01e18c6a5 --- /dev/null +++ b/doc/api/mruby/re.h.md @@ -0,0 +1,3 @@ +#### Macros
+### REGEXP_CLASS
+A string with the name of the REGEXP class.
diff --git a/doc/api/mruby/version.h.md b/doc/api/mruby/version.h.md new file mode 100644 index 000000000..daf87077d --- /dev/null +++ b/doc/api/mruby/version.h.md @@ -0,0 +1,33 @@ +#### Macros
+### MRUBY_RUBY_VERSION
+The version of Ruby used by mruby.
+### MRUBY_RUBY_ENGINE
+Ruby engine.
+### MRUBY_VERSION
+The mruby version.
+### MRUBY_RELEASE_MAJOR
+Major release version.
+### MRUBY_RELEASE_MINOR
+Minor release version.
+### MRUBY_RELEASE_NO
+Release number.
+### MRUBY_RELEASE_DATE
+Release date as a string.
+### MRUBY_RELEASE_YEAR
+Release year.
+### MRUBY_RELEASE_MONTH
+Release month.
+### MRUBY_RELEASE_DAY
+Release day.
+### MRUBY_BIRTH_YEAR
+The year mruby was first created.
+### MRUBY_AUTHOR
+Mruby's authors.
+### MRB_STRINGIZE0(expr)
+A passed in expression.
+### MRB_STRINGIZE(expr)
+Passes in an expression to MRB_STRINGIZE0.
+### MRUBY_DESCRIPTION
+mruby's version, and release date.
+### MRUBY_COPYRIGHT
+mruby's copyright information.
|
