summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
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