Doc-O-Matic offers a method to ignore lines in your comment. For example, you might ignore lines that a source code generator inserts into your source. These generators prefix such strings with constant character sequences, such as "##". To ignore lines, you can use the characters ##.
In addition, you can use trimmed lines to separate sections in your source code. The trimmed lines are ignored in the output.
Notes
These comments only work, if the comment characters are the first visible characters in the line. Therefore you can only comment out whole lines, not part of lines.