summaryrefslogtreecommitdiff
path: root/template/Doxyfile.tmpl
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-01-20 10:18:13 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit4881a3ed38dca132ae85878d40ad79b8f4aa5e55 (patch)
tree8fd5e7c5e49402e1ea2447ac7ab4f52dd23dbe6b /template/Doxyfile.tmpl
parentfbe0785a3476023e36cfa38c089ff4d79c8c0c21 (diff)
downloadruby-4881a3ed38dca132ae85878d40ad79b8f4aa5e55.tar.gz
include/ruby/internal/fl_type.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
Diffstat (limited to 'template/Doxyfile.tmpl')
-rw-r--r--template/Doxyfile.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 9cb537c66a..0ace70bcc2 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -2221,6 +2221,7 @@ PREDEFINED += COLDFUNC=
PREDEFINED += CONSTFUNC(_)=_
PREDEFINED += DEPRECATED(_)=_
PREDEFINED += DEPRECATED_BY(__,_)=_
+PREDEFINED += ENUM_OVER_INT=1
PREDEFINED += ERRORFUNC(__,_)=_
PREDEFINED += MJIT_FUNC_EXPORTED=
PREDEFINED += MJIT_STATIC=extern
@@ -2265,6 +2266,7 @@ PREDEFINED += __has_warning(_)=1
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
EXPAND_AS_DEFINED =
+EXPAND_AS_DEFINED += RBIMPL_FL_USER_N
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all references to function-like macros that are alone on a line, have