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:
To turn 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).