doc/doxygen.conf
changeset 9896 f91da274b215
parent 9874 3d1472bae52c
child 10155 6310eb759a1f
equal deleted inserted replaced
9895:7a448f745b9d 9896:f91da274b215
   194 # You can put \n's in the value part of an alias to insert newlines.
   194 # You can put \n's in the value part of an alias to insert newlines.
   195 
   195 
   196 ALIASES                = 
   196 ALIASES                = 
   197 
   197 
   198 # Set off \internal docs
   198 # Set off \internal docs
   199 ALIASES               += intern="\internal \par \b Internal:"
   199 ALIASES               += internal="\par \b Internal:"
   200 
   200 
   201 # Typeset parameter name in docs as in the "Parameters:" list
   201 # Typeset parameter name in docs as in the "Parameters:" list
   202 # Usage:     /** \param [in/out] tag If found, \pname{tag} is ... */
   202 # Usage:     /** \param [in/out] tag If found, \pname{tag} is ... */
   203 ALIASES               += pname{1}="<span class=\"params\"><span class=\"paramname\">\1</span></span>"
   203 ALIASES               += pname{1}="<span class=\"params\"><span class=\"paramname\">\1</span></span>"
   204 
   204