Inherits Garbage
The Output class coordinates documentation output.
It provides a number of static functions, each of which calls eponymous functions in each of the concrete output classes. The only output class currently is WebPage. PostScript and ManPage may be written when arnt is bored or they seem useful.
Adds text as an argument name to all output devices.
Adds a link to c titled text on all output devices. Each device may express the link differently.
Adds a link to f titled text on all output devices. Each device may express the link differently.
Adds url and title as a link to all capable output devices.
Adds a single space to all output devices, prettily optimizing so there aren't lots of spaces where none are needed.
Adds text as ordinary text to all output devices.
Ends the current paragraph on all output devices.
Returns the owner string, or an empty string if none has been set.
Returns the URL of the rights owner, or an empty string if none has been set.
Remembers that owner is the owner of the input. Most output will carry the name.
Remembers that url is the home page of the rights owner. Most output will link to or mention url.
Starts a headline for c, with appropriate fonts etc. The headline runs until endParagraph() is called.
Starts a headline for f, with appropriate fonts etc. The headline runs until endParagraph() is called.
Starts a headline for i, with appropriate fonts etc. The headline runs until endParagraph() is called.
This web page based on source code belonging to Oryx Mail Systems GmbH. All rights reserved.