HELP - ifCmd
HelpCommand ReferenceifCmd
Description  
Starts a conditional documentation section ( if )
The section is ended with a matching 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
\if Condition1
   This section is only included, if Condition1 is added to
   ENABLED_SECTIONS in the DoxySfile
\endif
Output
Any enabled text inside the if-endif tags are output.
endif
Ends a conditional section that was started with \if or \ifnot.
For each \if, \ifnot one and only one matching \endif must follow.


See also
  • elseifCmd, elseCmd, ifnotCmd