equal
deleted
inserted
replaced
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 |