summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorDavid Siaw <[email protected]>2019-08-26 00:23:28 +0900
committerDavid Siaw <[email protected]>2019-08-26 00:23:28 +0900
commite1e96c0cf480930f33dcb4355f38244319ce0e37 (patch)
tree6941283adec71432053c8c539550543b7f068d99 /include
parenta4870a579f483b30e547f6ed5d105179be222e53 (diff)
downloadmruby-e1e96c0cf480930f33dcb4355f38244319ce0e37.tar.gz
mruby-e1e96c0cf480930f33dcb4355f38244319ce0e37.zip
change doc directory and reduce warnings
Diffstat (limited to 'include')
-rw-r--r--include/mruby/value.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/mruby/value.h b/include/mruby/value.h
index 2ba0b3587..7dd3dbae2 100644
--- a/include/mruby/value.h
+++ b/include/mruby/value.h
@@ -15,16 +15,17 @@
MRB_BEGIN_DECL
/**
+ * mruby Symbol.
* @class mrb_sym
- * @brief mruby Symbol
*
* You can create an mrb_sym by simply using mrb_str_intern() or mrb_intern_cstr()
*/
typedef uint32_t mrb_sym;
/**
+ * mruby Boolean.
* @class mrb_bool
- * @brief mruby Boolean
+ *
*
* Used internally to represent boolean. Can be TRUE or FALSE.
* Not to be confused with Ruby's boolean classes, which can be