You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> Comment Finding
File and Parsing Options
Comment Finding
Close
Doc-O-Matic 10
Comment Block Example

A comment block is a sequence comment lines that is not separated by blank lines. 

This is one comment block:

// This is the first sentence. // This is the second, // and this the third

The following are two comment blocks. There is an empty line between the first and the second comment:

// This is the first sentence. // This is the second, // and this the third

Doc-O-Matic only processes the comment lines next to the symbol as documentation. The other comment line is ignored. The following lines are processed as documentation for the symbol:

This is the second, and this the third.

Doc-O-Matic concatenates all neighboring comment lines to one text, as in the following example.

// This is the first sentence. // This is the second, // and this the third

The comment appears as

This is the first sentence. This is the second, and this the third.
Copyright © 2000-2020 toolsfactory software inc. All rights reserved.