You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> Documenting without Editor > Formatting Comments > Text Formatting > Link Tag
Close
Doc-O-Matic 10
Link without Text Example

If you omit linktext the topic ID appears as link text, as in the following example.

// Foo does nothing meaningful, it just // calls <link Bar> and // that's all. ---------- // Foo does nothing meaningful, it just // calls <xref target= "Bar"/> and // that's all. void Foo(); // Bar is called by Foo and returns a // checksum for the argument s. int Bar(char *s);

Bar is the link display text.

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