diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-06-06 19:56:29 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-06-06 19:56:29 +0900 |
| commit | e1b638376f4e71f76b0c70cc77d30e4dc5d58a6c (patch) | |
| tree | be29b993cab5f19e2c609509b07b36d4b1a75916 /doc/api/README.md | |
| parent | 630c2c5853b976c3ca753d9713590b3e972621b8 (diff) | |
| parent | 0f93d9b7dbdc74f485617051b5db81db09c7b726 (diff) | |
| download | mruby-e1b638376f4e71f76b0c70cc77d30e4dc5d58a6c.tar.gz mruby-e1b638376f4e71f76b0c70cc77d30e4dc5d58a6c.zip | |
Merge pull request #2826 from Mav7/master
Added some documentation for some of the functions found in array.h.
Diffstat (limited to 'doc/api/README.md')
| -rw-r--r-- | doc/api/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index 78dbc087d..131e50515 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -25,6 +25,6 @@ Header name|Features [mruby/range.h](./mruby.range.h.md)|`Range` class. [mruby/re.h](./mruby.re.h.md)|`Regexp` class. [mruby/string.h](./mruby.string.h.md)|`String` class. -[mruby/value.h](./value.h.md)|`mrb_value` functions and macros. +[mruby/value.h](./mruby.value.h.md)|`mrb_value` functions and macros. [mruby/variable.h](./mruby.variable.h.md)|Functions to access to mruby variables. [mruby/version.h](./mruby.version.h.md)|Macros of mruby version. |
