HELP - DOXYS_OFF_ON.h
HelpExample CodeDOXYS_OFF_ON.h
Description Overview Included files Included by Source
DOXYS_OFF_ON.h ( File )
 
Description
This file shows how to turn DoxyS on and off in the source code.
To turn of DoxyS parsing (text is skipped completely by pre-processor) type this on a single line in the source file outside any (other) documentation blocks.

To turn OFF:
/// DOXYS_OFF

To turn ON:
/// DOXYS_ON

When DoxyS is turned off, this state continues until the /// DOXYS_ON statement is encountered or until the end of the file is reached. Ie. there is an implicit "turn on" statement at the end of a file.

See the source for this file, to see how it's done (click "Source"-tab).