You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> Comment Finding > Ignoring Comments and Using Tokens
Ignoring Comments and Using Tokens
Close
Doc-O-Matic 10
Skipping Comments Example

To skip specific comments and use all other comments in a source file, use the skip token. Place the freely configurable skip token at the beginning of a comment. The default skip token is "!ignore me!". 

In the following example Doc-O-Matic ignores the second comment:

// This is a comment block // that is used by Doc-O-Matic // if no tokens are used //!ignore me! This is a comment block // that is NOT used by Doc-O-Matic //@@ This is a comment block // that is used by Doc-O-Matic // whether or not tokens are // used
Copyright © 2000-2020 toolsfactory software inc. All rights reserved.