Skip to content

Commit

Permalink
template/Doxyfile.tmpl: add alias
Browse files Browse the repository at this point in the history
This enables me to write `@shyouhei` in C comments without complained by
doxygen that @shyouhei is an unknown special command. [ci skip]
  • Loading branch information
shyouhei committed Sep 10, 2021
1 parent a08163f commit b6469c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down
1 change: 1 addition & 0 deletions template/Doxyfile.tmpl
Expand Up @@ -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
Expand Down

0 comments on commit b6469c3

Please sign in to comment.