You are here: More Information > FAQ
Special Tasks
Technical Reference
> Parsing
Parsing
Comment Parsing
Output
Special Tasks
> How can I display different declaration source?
Close
Doc-O-Matic 10
How can I display different declaration source?

Assume that in the output the following source is shown as declaration source:

#define MyMacro( param ) anything with param

However you want to show only #define MyMacro( param )

You can add your own declaration section in topic MyMacro. As section starter for C++ source code Syntax C++ is used by default. To change the declaration source enter the following in front of your macro:

// Syntax C++: // #define MyMacro( param ) #define MyMacro( param ) anything with param

To use other section starters, add them to the C++ Syntax section on the Section page.

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