Type names are appended by "_tp". Type member names (e.g. class member names) are appended by "_mb". Rationale: Common naming conflicts are avoided. Note that shorter appendixes "_t" and "_m" are not used because then variable names such as "M_m" for a measurement operator could not be used anymore without arising possible confusion.
Comments that are to be processed by Doxygen are embedded between
/**
and */
or introduced by ///<
. In
some comments you find Doxygen control sequences (often introcuced by a
backslash). An overview is given below:
\p
: The next word is a parameter.
\c
: The next word is a piece of code.
\em
: The next word is emphasized.
\n
: A new line.
\$
: Beginning and end of a LaTeX formula (this is rarely
used, though, because LaTeX formulas are not very nice to read in source form).
-
: An unnumbered list item.
-#
: A numbered list item.