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