diff options
author | 卜部昌平 <[email protected]> | 2020-12-23 14:51:41 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2021-09-10 20:00:06 +0900 |
commit | b6469c3aaf5362ec7c953a90a7b6b2c1e0449a1d (patch) | |
tree | 1bbaacef26f04c280cb800ec3a58da2e45411f77 /include/ruby/backward | |
parent | a08163fb2497ea4a6468b202155b3d28b752cacc (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 'include/ruby/backward')
-rw-r--r-- | include/ruby/backward/cxxanyargs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/backward/cxxanyargs.hpp b/include/ruby/backward/cxxanyargs.hpp index 05f1f275ef..883384a0b3 100644 --- a/include/ruby/backward/cxxanyargs.hpp +++ b/include/ruby/backward/cxxanyargs.hpp @@ -1,7 +1,7 @@ #ifndef RUBY_BACKWARD_CXXANYARGS_HPP //-*-C++-*-vi:ft=cpp #define RUBY_BACKWARD_CXXANYARGS_HPP /// @file -/// @author \@shyouhei +/// @author @shyouhei /// @copyright This file is a part of the programming language Ruby. /// Permission is hereby granted, to either redistribute and/or /// modify this file, provided that the conditions mentioned in the |