diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-12-23 14:51:41 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2021-09-10 20:00:06 +0900 |
commit | b6469c3aaf5362ec7c953a90a7b6b2c1e0449a1d (patch) | |
tree | 1bbaacef26f04c280cb800ec3a58da2e45411f77 /template/Doxyfile.tmpl | |
parent | a08163fb2497ea4a6468b202155b3d28b752cacc (diff) | |
download | ruby-b6469c3aaf5362ec7c953a90a7b6b2c1e0449a1d.tar.gz |
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]
Diffstat (limited to 'template/Doxyfile.tmpl')
-rw-r--r-- | template/Doxyfile.tmpl | 1 |
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 |