String maniseContents(ElementTree summary, Bool preformatted, String manstr, String modname)
Arguments
summary: A section of API documentation, most usually either aprose,itemorexampleelement.preformatted: Is the text in this section preformatted? This should generally be set to true for processingexampleelements, and false otherwise.manstr: This String will be prepended to the outputmodname: The name of the current module
Usage
Convert a section of API documentation to man page format. This may be useful for working with summary documentation.