You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> File and Parsing Options > Limiting the Parsing Process
Close
Doc-O-Matic 10
Code Skipping Example

Doc-O-Matic uses DOM-IGNORE-BEGIN as begin marker and DOM-IGNORE-END as end marker to skip source code parts by default. 

Assume that you have the following class A and you want Doc-O-Matic to ignore function Skipped():

class A { public int Visible () { } //DOM-IGNORE-BEGIN public int Skipped() { } //DOM-IGNORE-END
Copyright © 2000-2020 toolsfactory software inc. All rights reserved.