summaryrefslogtreecommitdiff
path: root/template/Doxyfile.tmpl
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-09-29 12:58:26 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-10-05 14:18:23 +0900
commit5112a548467e04ebdb386f0cc7bacb29f38d3fd2 (patch)
treefe56859f6065a23483e7fd3e516f7ec644be2e85 /template/Doxyfile.tmpl
parent312668cf031ce5e018f78d6a7cad9bcdcdac6ae6 (diff)
downloadruby-5112a548467e04ebdb386f0cc7bacb29f38d3fd2.tar.gz
include/ruby/encoding.h: convert macros into inline functions
Less macros == huge win.
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 ed96cb409a..36c0b1c8d6 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -273,6 +273,7 @@ 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"
+ALIASES += "matz=\@matz"
# 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