summaryrefslogtreecommitdiff
path: root/template/Doxyfile.tmpl
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-03-24 09:21:58 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit0ea157136f1b255321722db1acd0be3c6229a77a (patch)
tree1c25cd985a4f2a535c7b4135200a755395452506 /template/Doxyfile.tmpl
parentce54282b75761b97ea961ea5fe19cef244f82f97 (diff)
downloadruby-0ea157136f1b255321722db1acd0be3c6229a77a.tar.gz
postscript about rb_mutex_sleep
Asked ko1 about the design. [ci skip]
Diffstat (limited to 'template/Doxyfile.tmpl')
-rw-r--r--template/Doxyfile.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 0ace70bcc2..15ecef370f 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -280,6 +280,7 @@ ALIASES =
ALIASES += "alias{1}=Just another name of @ref \1"
ALIASES += "old{1}=Old name of @ref \1.^^@deprecated Use @ref \1 instead.^^@ingroup deprecated_macros"
ALIASES += "shyouhei=\@shyouhei"
+ALIASES += "ko1=\@ko1"
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For