summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-12-23 14:51:41 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commitb6469c3aaf5362ec7c953a90a7b6b2c1e0449a1d (patch)
tree1bbaacef26f04c280cb800ec3a58da2e45411f77 /template
parenta08163fb2497ea4a6468b202155b3d28b752cacc (diff)
template/Doxyfile.tmpl: add alias
This enables me to write `@shyouhei` in C comments without complained by doxygen that @shyouhei is an unknown special command. [ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4815
Diffstat (limited to 'template')
-rw-r--r--template/Doxyfile.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 905aa55fd4..79556ed7b1 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -277,6 +277,7 @@ TAB_SIZE = 8
# a double escape (\\{ and \\})
ALIASES =
+ALIASES += "shyouhei=\@shyouhei"
# 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