You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> Documenting without Editor > Property Tags > Multiple Use of Topics
Close
Doc-O-Matic 10
Combine Example

If you have a list of functions like

(C++) // This is the description for Foo // and the description for Bar. void Foo(int i); // <combine Foo> int Bar(char *s); ---- //<docsource type= "combine" target= "Foo" /> int Bar(char *s);

the result will look like

(C++) void Foo(int i); int Bar(char *s); Description This is the description for Foo and the description for Bar.
Copyright © 2000-2020 toolsfactory software inc. All rights reserved.