You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> File and Parsing Options > Adding Other File Types > Generic Source Files > Comment Characters
Close
Doc-O-Matic 10
Comment Characters

There are two types of comments, Doc-O-Matic can handle: Single line comments with a begin token and the next line feed as the end token, and comments with a certain begin and a certain end token

Notice that Doc-O-Matic can only handle comments that are in their own lines, as in the following example.

// Select users select * from users /* matching a certain ID */ where ID=10

Doc-O-Matic cannot handle lines that have mixed comment and source code, as in the following example.

select * from users /* select users */ where ID = 10 /* matching a certain ID */
Copyright © 2000-2020 toolsfactory software inc. All rights reserved.