mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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]
This commit is contained in:
parent
a08163fb24
commit
b6469c3aaf
Notes:
git
2021-09-10 20:01:56 +09:00
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue