You are here: More Information > FAQ
Special Tasks
Technical Reference
> Parsing
Parsing
Comment Parsing
Output
Special Tasks
> How can I exclude symbols from being parsed?
Close
Doc-O-Matic 10
How can I exclude symbols from being parsed?

Use the Skip Code feature, to ignore parts of your source code.

// Prototypes for type checking void *TEST_alloc(const char *name, int32 size, uint32 flags); void *TEST_allocGroup(const char *name, int32 size, uint32 flags, char *group_name); //DOM-IGNORE-BEGIN TEST_alloc(n,s,f) TEST_doAlloc(s,f) TEST_allocGroup(n,s,f,g) TEST_doAllocGroup(s,f,g) //DOM-IGNORE-END

Code Skipping

Copyright © 2000-2020 toolsfactory software inc. All rights reserved.