@ifsymtype and @ifnsymtype tags

This tag starts a new conditional group of tags which must be ended by an @end if tag. The group will be processed only if the symbol type of specified identifier matches one of the specified symbol types.

@ifnsymtype tests with negated condition.

This tag is mainly used in template files provided by mkdoc when using the bootstrap option.

See also @else tag.

Syntax [link] 

@ifsymtype {<identifier>} {<symbol type> [| <symbol type> | ...] }
...
[ @else
... ]
@end if

See @foreach tag syntax for a list of valid symbol types.

Example [link] 

@ifsymtype {@id@} {class|cxxstruct}
The @name@ symbol is a C++ class.
@end if
Valid XHTML 1.0 StrictGenerated by diaxen on Wed Jan 27 15:46:24 2021 using MkDoc