HELP - Command Reference
HelpCommand Reference
Description Overview Globals Info
Pages Brief description
 authorCmd Designating the author of the code or page ( author )
 briefCmd Designating a brief description section ( brief )
 bugCmd Designating a bug ( bug ).
 callgraphCmd Adding a call graph ( callgraph )
 classCmd Attaching comment block to a specific class ( class )
 codeCmd Illustrating code in the documentation (code, endcode )
 defCmd Documenting a define ( def )
 deprecatedCmd Marking a symbol deprecated ( deprecated )
 dirCmd Documenting directories ( dir )
 elseCmd Else clause of a conditional documentation section ( else )
 elseifCmd Else If clause of a conditional documentation section ( elseif )
 enumCmd Attaching comment block to a specific enum ( enum )
 EscapeSpecialCharsCmd Escaping special characters ( # $ @ \ } { < > )
 exampleCmd Adding an example ( example )
 excludeCmd Excluding an entity from the documentation ( exclude )
 fileCmd Attaching a comment block to a specific file ( file )
 fnCmd Attaching comment block to a specific function ( fn )
 ifCmd Starts a conditional documentation section ( if )
 ifnotCmd Starts a conditional documentation section ( ifnot )
 imageCmd Adding an image to the documentation ( image )
 includeCmd Including a file with additional documentation
 internalCmd Making a "For internal use only" section ( internal ).
 mainpageCmd Creating a front page (index page) for the project ( mainpage )
 namespaceCmd Attaching comment block to a specific namespace ( namespace )
 newlineCmd Forcing a newline without using a blank line( \n )
 noteCmd Making a note ( note ).
 pageCmd Pages in DoxyS ( page )
 paramCmd Documenting parameters JavaDoc style( param )
 preCmd Raw formatted text (pre, endpre )
 remarkCmd Making a remark ( remark ).
 returnCmd Documenting return values ( return )
 saCmd Making a "See Also" section ( sa ).
 structCmd Attaching comment block to a specific class ( class )
 throwCmd Documenting exceptions thrown by a function ( throw )
 todoCmd Making a "Todo" section ( todo ).
 typedefCmd Attaching comment block to a specific typedef ( typedef )
 unionCmd Attaching comment block to a specific typedef ( union )
 unitCmd Documenting units ( unit )
 varCmd Attaching comment block to a specific variable ( var )
 versionCmd Designating the version of the code or page ( version )
 warningCmd Warning section ( warning )