Else clause of a conditional documentation section ( else )
Starts a conditional section if the previous conditional section was not enabled. The previous section should have been started with a
\if, \ifnot, or
\elseif command.
Syntax
\if Condition1
This section is only included, if Condition1 is added to
ENABLED_SECTIONS in the DoxySfile
\else
This section is included, if Condition1 is NOT added to
ENABLED_SECTIONS in the DoxySfile
\endif
|
Output
Any enabled text inside the else-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.