HELP - ifCmd.page
HelpCommand ReferenceifCmd.page
Description Overview Included files Included by Source
/**
\page ifCmd
!!!Starts a conditional documentation section ( if ) 
The section is ended with a matching \endif command. To enable a conditional section, 
add the section-label to the ENABLED_SECTIONS (see Inputparsing) in the configuration 
file. Conditional blocks can be nested. Nested sections are only enabled if all 
parent level sections are enabled as well.
!Syntax
\code
\if Condition1
   This section is only included, if Condition1 is added to
   ENABLED_SECTIONS in the DoxySfile
\endif
\endcode
!Output
Any enabled text inside the if-endif tags are output.
\include endif.inc
\sa elseifCmd, elseCmd, ifnotCmd
*/