summaryrefslogtreecommitdiffstats
path: root/examples/example_test.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-09-03 09:10:50 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-09-03 09:10:50 (GMT)
commit2d11c2c58faa79ccc511523c68f7488cfd4232bd (patch)
tree50a57dd27eeca4f4d351d51e918d41b8bc03afa9 /examples/example_test.cpp
parent72591fd5ecc2aef1c6809fb8ce405f2326ec4ae2 (diff)
downloadDoxygen-2d11c2c58faa79ccc511523c68f7488cfd4232bd.zip
Doxygen-2d11c2c58faa79ccc511523c68f7488cfd4232bd.tar.gz
Doxygen-2d11c2c58faa79ccc511523c68f7488cfd4232bd.tar.bz2
Command \ilinebr reamained
When having the alias: ``` ALIASES += sbl_add_package_main_class{4}="\addtogroup \1-ref-manual ^^ @{ ^^ \class \2 ^^ \brief \3 \4 ^^ @}" ``` for the comment block: ``` /** \sbl_add_package_main_class{Molecular_potential_energy, T_Phi_psi_dihedral_angles_visitor, Defines iterator over all successive pairs of dihedrals., \details Defines iterator over all successive pairs of dihedrals. \tparam CovalentStructure The type of the input covalent structure } */ ``` we get the warning: ``` warning: the name '\ilinebr' supplied as the argument of the \class, \struct, \union, or \include command is not an input file ``` The problem was that the rule: ``` <ClassDocArg2>{FILE}|"<>" { // second argument; include file ``` took the `\ilinebr`, the rule: ``` <ClassDocArg2>{DOCNL} { ``` should habe been checked before. (reported as: https://stackoverflow.com/questions/63710433/doxygen-alias-with-arguments-the-classical-linebr-problem)
Diffstat (limited to 'examples/example_test.cpp')
0 files changed, 0 insertions, 0 deletions