You are here:
More Information
Getting Started
Creating Documentation
Building Output
AutoDoc and Formatting
Interface Components
More Information
Glossary
>
FAQ
Special Tasks
Technical Reference
FAQ
Getting Technical Support
>
Parsing
Parsing
Comment Parsing
Output
Special Tasks
>
How can I exclude symbols from being parsed?
How do I make properties show up as events?
How can I display different declaration source?
Why are overloaded functions not combined?
How can I exclude symbols from being parsed?
Why are some symbols not found by Doc-O-Matic?
Why are symbols listed in the wrong category?
Close
Doc-O-Matic 10
Contents
Index
Glossary
Home
How can I exclude symbols from being parsed?
Collapse All
Expand All
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
Related Settings
Code Skipping