#include <mangen.h>
Inheritance diagram for ManGenerator:
Definition at line 25 of file mangen.h.
ManGenerator::ManGenerator | ( | ) |
ManGenerator::~ManGenerator | ( | ) |
Definition at line 60 of file mangen.cpp.
void ManGenerator::enable | ( | ) | [inline, virtual] |
Implements OutputGenerator.
Definition at line 34 of file mangen.h.
References OutputGenerator::active, and OutputGenerator::genStack.
void ManGenerator::disable | ( | ) | [inline, virtual] |
Implements OutputGenerator.
Definition at line 36 of file mangen.h.
References OutputGenerator::active.
void ManGenerator::enableIf | ( | OutputType | o | ) | [inline, virtual] |
Implements OutputGenerator.
Definition at line 37 of file mangen.h.
References OutputGenerator::active, and OutputGenerator::Man.
void ManGenerator::disableIf | ( | OutputType | o | ) | [inline, virtual] |
Implements OutputGenerator.
Definition at line 38 of file mangen.h.
References OutputGenerator::active, and OutputGenerator::Man.
void ManGenerator::disableIfNot | ( | OutputType | o | ) | [inline, virtual] |
Implements OutputGenerator.
Definition at line 39 of file mangen.h.
References OutputGenerator::active, and OutputGenerator::Man.
bool ManGenerator::isEnabled | ( | OutputType | o | ) | [inline, virtual] |
Implements OutputGenerator.
Definition at line 40 of file mangen.h.
References OutputGenerator::active, and OutputGenerator::Man.
OutputGenerator* ManGenerator::get | ( | OutputType | o | ) | [inline, virtual] |
Implements OutputGenerator.
Definition at line 41 of file mangen.h.
References OutputGenerator::Man.
void ManGenerator::printDoc | ( | DocNode * | , | |
const char * | ||||
) | [virtual] |
Implements OutputGenerator.
Definition at line 647 of file mangen.cpp.
References DocNode::accept(), and OutputGenerator::t.
void ManGenerator::init | ( | ) | [static] |
Definition at line 80 of file mangen.cpp.
References Config_getString, createSubDirs(), err(), and QCString.
Referenced by generateOutput().
void ManGenerator::startFile | ( | const char * | name, | |
const char * | manName, | |||
const char * | title | |||
) | [virtual] |
Implements OutputGenerator.
Definition at line 140 of file mangen.cpp.
References OutputGenerator::startPlainFile().
void ManGenerator::writeFooter | ( | ) | [inline, virtual] |
void ManGenerator::endFile | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 146 of file mangen.cpp.
References OutputGenerator::endPlainFile(), and OutputGenerator::t.
void ManGenerator::clearBuffer | ( | ) |
void ManGenerator::startIndexSection | ( | IndexSections | ) | [inline, virtual] |
void ManGenerator::endIndexSection | ( | IndexSections | ) | [inline, virtual] |
void ManGenerator::writePageLink | ( | const char * | , | |
bool | ||||
) | [inline, virtual] |
void ManGenerator::startProjectNumber | ( | ) | [inline, virtual] |
void ManGenerator::endProjectNumber | ( | ) | [inline, virtual] |
void ManGenerator::writeStyleInfo | ( | int | ) | [inline, virtual] |
void ManGenerator::startTitleHead | ( | const char * | ) | [inline, virtual] |
void ManGenerator::endTitleHead | ( | const char * | , | |
const char * | ||||
) | [virtual] |
Implements OutputGenerator.
Definition at line 152 of file mangen.cpp.
References Config_getString, dateToString(), and OutputGenerator::t.
void ManGenerator::startTitle | ( | ) | [virtual] |
Implements BaseOutputDocInterface.
Definition at line 346 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::endTitle | ( | ) | [virtual] |
Implements BaseOutputDocInterface.
Definition at line 354 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::newParagraph | ( | ) | [virtual] |
Starts a new paragraph
Implements BaseOutputDocInterface.
Definition at line 171 of file mangen.cpp.
References OutputGenerator::t.
Referenced by endIndexList(), endItemList(), and startCodeFragment().
void ManGenerator::startParagraph | ( | ) | [virtual] |
Starts a new paragraph
Implements BaseOutputDocInterface.
Definition at line 182 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::endParagraph | ( | ) | [virtual] |
void ManGenerator::writeString | ( | const char * | text | ) | [virtual] |
Writes an ASCII string to the output, without converting special characters.
Implements BaseOutputDocInterface.
Definition at line 197 of file mangen.cpp.
References docify().
void ManGenerator::startIndexList | ( | ) | [inline, virtual] |
void ManGenerator::endIndexList | ( | ) | [inline, virtual] |
void ManGenerator::startIndexKey | ( | ) | [inline, virtual] |
void ManGenerator::endIndexKey | ( | ) | [inline, virtual] |
void ManGenerator::startIndexValue | ( | bool | ) | [inline, virtual] |
void ManGenerator::endIndexValue | ( | const char * | , | |
bool | ||||
) | [inline, virtual] |
void ManGenerator::startItemList | ( | ) | [inline, virtual] |
Start of a bullet list: e.g. <ul>
in html. writeListItem() is Used for the bullet items.
Implements BaseOutputDocInterface.
void ManGenerator::endItemList | ( | ) | [inline, virtual] |
Ends a bullet list: e.g. </ul>
in html
Implements BaseOutputDocInterface.
Definition at line 73 of file mangen.h.
References newParagraph().
void ManGenerator::startIndexItem | ( | const char * | ref, | |
const char * | file | |||
) | [virtual] |
void ManGenerator::endIndexItem | ( | const char * | ref, | |
const char * | file | |||
) | [virtual] |
void ManGenerator::docify | ( | const char * | text | ) | [virtual] |
Writes an ASCII string to the output. Converts characters that have A special meaning, like &
in html.
Implements BaseOutputDocInterface.
Definition at line 270 of file mangen.cpp.
References OutputGenerator::t.
Referenced by startConstraintList(), startParamList(), startSimpleSect(), writeCodeLink(), writeObjectLink(), and writeString().
void ManGenerator::codify | ( | const char * | text | ) | [virtual] |
Writes an ASCII string to the output. This function should keep spaces visible, should break lines at a newline and should convert tabs to the right number of spaces.
Implements CodeOutputInterface.
Definition at line 292 of file mangen.cpp.
References Config_getInt, spaces, and OutputGenerator::t.
Referenced by endCodeLine().
void ManGenerator::writeObjectLink | ( | const char * | ref, | |
const char * | file, | |||
const char * | anchor, | |||
const char * | name | |||
) | [virtual] |
Writes a link to an object in the documentation.
ref | If this is non-zero, the object is to be found in an external documentation file. | |
file | The file in which the object is located. | |
anchor | The anchor uniquely identifying the object within the file. | |
name | The text to display as a placeholder for the link. |
Implements BaseOutputDocInterface.
Definition at line 215 of file mangen.cpp.
References docify(), endBold(), and startBold().
void ManGenerator::writeCodeLink | ( | const char * | ref, | |
const char * | file, | |||
const char * | anchor, | |||
const char * | name, | |||
const char * | tooltip | |||
) | [virtual] |
Writes a link to an object in a code fragment.
ref | If this is non-zero, the object is to be found in an external documentation file. | |
file | The file in which the object is located. | |
anchor | The anchor uniquely identifying the object within the file. | |
name | The text to display as a placeholder for the link. | |
tooltip | The tooltip to display when the mouse is on the link. |
Implements CodeOutputInterface.
Definition at line 221 of file mangen.cpp.
References docify().
void ManGenerator::startTextLink | ( | const char * | , | |
const char * | ||||
) | [inline, virtual] |
void ManGenerator::endTextLink | ( | ) | [inline, virtual] |
void ManGenerator::startHtmlLink | ( | const char * | url | ) | [virtual] |
Starts a (link to an) URL found in the documentation.
url | The URL to link to. |
Implements BaseOutputDocInterface.
Definition at line 228 of file mangen.cpp.
void ManGenerator::endHtmlLink | ( | ) | [virtual] |
Ends a link started by startHtmlLink().
Implements BaseOutputDocInterface.
Definition at line 232 of file mangen.cpp.
void ManGenerator::startTypewriter | ( | ) | [inline, virtual] |
Changes the text font to fixed size. The section ends with endTypewriter()
Implements BaseOutputDocInterface.
Definition at line 87 of file mangen.h.
References OutputGenerator::t.
void ManGenerator::endTypewriter | ( | ) | [inline, virtual] |
End a section of text displayed in typewriter style.
Implements BaseOutputDocInterface.
Definition at line 88 of file mangen.h.
References OutputGenerator::t.
void ManGenerator::startGroupHeader | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 241 of file mangen.cpp.
References OutputGenerator::t.
Referenced by startSection().
void ManGenerator::endGroupHeader | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 249 of file mangen.cpp.
References OutputGenerator::t.
Referenced by endSection().
void ManGenerator::startMemberSections | ( | ) | [inline, virtual] |
void ManGenerator::endMemberSections | ( | ) | [inline, virtual] |
void ManGenerator::startMemberHeader | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 257 of file mangen.cpp.
References OutputGenerator::t.
Referenced by startSection().
void ManGenerator::endMemberHeader | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 263 of file mangen.cpp.
References OutputGenerator::t.
Referenced by endSection().
void ManGenerator::insertMemberAlign | ( | bool | ) | [inline, virtual] |
void ManGenerator::startMemberSubtitle | ( | ) | [inline, virtual] |
void ManGenerator::endMemberSubtitle | ( | ) | [inline, virtual] |
void ManGenerator::writeListItem | ( | ) | [virtual] |
Writes a list item for a bullet or enumerated list: e.g. <li>
in html
Implements BaseOutputDocInterface.
Definition at line 359 of file mangen.cpp.
References OutputGenerator::t.
Referenced by startConstraintParam(), and startDescTableTitle().
void ManGenerator::startMemberDocList | ( | ) | [inline, virtual] |
void ManGenerator::endMemberDocList | ( | ) | [inline, virtual] |
void ManGenerator::startMemberList | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 524 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::endMemberList | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 532 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::startAnonTypeScope | ( | int | ) | [virtual] |
void ManGenerator::endAnonTypeScope | ( | int | ) | [virtual] |
void ManGenerator::startMemberItem | ( | int | ) | [virtual] |
Implements OutputGenerator.
Definition at line 512 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::endMemberItem | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 519 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::startMemberTemplateParams | ( | ) | [inline, virtual] |
void ManGenerator::endMemberTemplateParams | ( | ) | [inline, virtual] |
void ManGenerator::startMemberGroupHeader | ( | bool | ) | [virtual] |
Implements OutputGenerator.
Definition at line 540 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::endMemberGroupHeader | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 545 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::startMemberGroupDocs | ( | ) | [virtual] |
void ManGenerator::endMemberGroupDocs | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 555 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::startMemberGroup | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 560 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::endMemberGroup | ( | bool | ) | [virtual] |
Implements OutputGenerator.
Definition at line 565 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::writeRuler | ( | ) | [inline, virtual] |
Writes a horizontal ruler to the output
Implements BaseOutputDocInterface.
void ManGenerator::writeAnchor | ( | const char * | , | |
const char * | ||||
) | [inline, virtual] |
void ManGenerator::startCodeFragment | ( | ) | [virtual] |
Starts a source code fragment. The fragment will be fed to the code parser (see code.h) for syntax highlighting and cross-referencing. The fragment ends by a call to endCodeFragment()
Implements BaseOutputDocInterface.
Definition at line 368 of file mangen.cpp.
References newParagraph(), and OutputGenerator::t.
void ManGenerator::endCodeFragment | ( | ) | [virtual] |
Ends a source code fragment
Implements BaseOutputDocInterface.
Definition at line 376 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::writeLineNumber | ( | const char * | , | |
const char * | , | |||
const char * | , | |||
int | l | |||
) | [inline, virtual] |
Implements CodeOutputInterface.
Definition at line 121 of file mangen.h.
References OutputGenerator::t.
void ManGenerator::startCodeLine | ( | ) | [inline, virtual] |
void ManGenerator::endCodeLine | ( | ) | [inline, virtual] |
void ManGenerator::startEmphasis | ( | ) | [inline, virtual] |
Changes the text font to italic. The italic section ends with endEmphasis()
Implements BaseOutputDocInterface.
Definition at line 124 of file mangen.h.
References OutputGenerator::t.
Referenced by startConstraintParam(), startConstraintType(), and startDescTableTitle().
void ManGenerator::endEmphasis | ( | ) | [inline, virtual] |
Ends a section of text displayed in italic.
Implements BaseOutputDocInterface.
Definition at line 125 of file mangen.h.
References OutputGenerator::t.
Referenced by endConstraintParam(), endConstraintType(), and endDescTableTitle().
void ManGenerator::startBold | ( | ) | [inline, virtual] |
Changes the text font to bold face. The bold section ends with endBold()
Implements BaseOutputDocInterface.
Definition at line 126 of file mangen.h.
References OutputGenerator::t.
Referenced by startConstraintList(), startDescList(), startDescTableTitle(), startParamList(), startSimpleSect(), and writeObjectLink().
void ManGenerator::endBold | ( | ) | [inline, virtual] |
End a section of text displayed in bold face.
Implements BaseOutputDocInterface.
Definition at line 127 of file mangen.h.
References OutputGenerator::t.
Referenced by endDescTableTitle(), startConstraintList(), startParamList(), startSimpleSect(), and writeObjectLink().
void ManGenerator::startDescription | ( | ) | [inline, virtual] |
Starts a description list: e.g. <dl>
in HTML Items are surrounded by startDescItem() and endDescItem()
Implements BaseOutputDocInterface.
void ManGenerator::endDescription | ( | ) | [inline, virtual] |
Ends a description list: e.g. </dl>
in HTML
Implements BaseOutputDocInterface.
void ManGenerator::startDescItem | ( | ) | [virtual] |
Starts an item of a description list: e.g. <dt>
in HTML.
Implements BaseOutputDocInterface.
Definition at line 466 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::endDescItem | ( | ) | [virtual] |
Ends an item of a description list and starts the description itself: e.g. <dd>
in HTML.
Implements BaseOutputDocInterface.
Definition at line 489 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::lineBreak | ( | ) | [inline, virtual] |
Implements BaseOutputDocInterface.
Definition at line 132 of file mangen.h.
References OutputGenerator::t.
void ManGenerator::writeChar | ( | char | c | ) | [virtual] |
Writes a single ASCII character to the output. Converts characters that have a special meaning.
Implements BaseOutputDocInterface.
Definition at line 321 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::startMemberDoc | ( | const char * | , | |
const char * | , | |||
const char * | , | |||
const char * | ||||
) | [virtual] |
Implements OutputGenerator.
Definition at line 385 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::endMemberDoc | ( | bool | ) | [virtual] |
Implements OutputGenerator.
Definition at line 426 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::startDoxyAnchor | ( | const char * | , | |
const char * | , | |||
const char * | , | |||
const char * | , | |||
const char * | ||||
) | [virtual] |
Implements OutputGenerator.
Definition at line 393 of file mangen.cpp.
References Config_getBool, OutputGenerator::dir, and QCString.
void ManGenerator::endDoxyAnchor | ( | const char * | , | |
const char * | ||||
) | [inline, virtual] |
void ManGenerator::startCodeAnchor | ( | const char * | ) | [inline, virtual] |
void ManGenerator::endCodeAnchor | ( | ) | [inline, virtual] |
void ManGenerator::writeLatexSpacing | ( | ) | [inline, virtual] |
void ManGenerator::writeStartAnnoItem | ( | const char * | type, | |
const char * | file, | |||
const char * | path, | |||
const char * | name | |||
) | [virtual] |
void ManGenerator::writeEndAnnoItem | ( | const char * | ) | [inline, virtual] |
void ManGenerator::startSubsection | ( | ) | [virtual] |
Implements BaseOutputDocInterface.
Definition at line 431 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::endSubsection | ( | ) | [virtual] |
Implements BaseOutputDocInterface.
Definition at line 439 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::startSubsubsection | ( | ) | [virtual] |
Implements BaseOutputDocInterface.
Definition at line 445 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::endSubsubsection | ( | ) | [virtual] |
Implements BaseOutputDocInterface.
Definition at line 453 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::startCenter | ( | ) | [inline, virtual] |
void ManGenerator::endCenter | ( | ) | [inline, virtual] |
void ManGenerator::startSmall | ( | ) | [inline, virtual] |
void ManGenerator::endSmall | ( | ) | [inline, virtual] |
void ManGenerator::startMemberDescription | ( | ) | [inline, virtual] |
void ManGenerator::endMemberDescription | ( | ) | [inline, virtual] |
void ManGenerator::startDescList | ( | SectionTypes | ) |
void ManGenerator::startSimpleSect | ( | SectionTypes | , | |
const char * | , | |||
const char * | , | |||
const char * | ||||
) | [virtual] |
Implements BaseOutputDocInterface.
Definition at line 610 of file mangen.cpp.
References docify(), endBold(), startBold(), and OutputGenerator::t.
void ManGenerator::endSimpleSect | ( | ) | [virtual] |
void ManGenerator::startParamList | ( | ParamListTypes | , | |
const char * | title | |||
) | [virtual] |
Implements BaseOutputDocInterface.
Definition at line 629 of file mangen.cpp.
References docify(), endBold(), startBold(), and OutputGenerator::t.
void ManGenerator::endParamList | ( | ) | [virtual] |
void ManGenerator::writeDescItem | ( | ) | [virtual] |
Implements BaseOutputDocInterface.
Definition at line 479 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::startSection | ( | const char * | , | |
const char * | , | |||
SectionInfo::SectionType | ||||
) | [virtual] |
Implements BaseOutputDocInterface.
Definition at line 571 of file mangen.cpp.
References SectionInfo::Page, SectionInfo::Paragraph, SectionInfo::Section, startGroupHeader(), startMemberHeader(), SectionInfo::Subsection, and SectionInfo::Subsubsection.
void ManGenerator::endSection | ( | const char * | , | |
SectionInfo::SectionType | ||||
) | [virtual] |
Implements BaseOutputDocInterface.
Definition at line 587 of file mangen.cpp.
References endGroupHeader(), endMemberHeader(), SectionInfo::Page, SectionInfo::Paragraph, SectionInfo::Section, SectionInfo::Subsection, SectionInfo::Subsubsection, and OutputGenerator::t.
void ManGenerator::addIndexItem | ( | const char * | , | |
const char * | ||||
) | [inline, virtual] |
void ManGenerator::startIndent | ( | ) | [inline, virtual] |
void ManGenerator::endIndent | ( | ) | [inline, virtual] |
void ManGenerator::writeSynopsis | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 458 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::startClassDiagram | ( | ) | [inline, virtual] |
void ManGenerator::endClassDiagram | ( | const ClassDiagram & | , | |
const char * | , | |||
const char * | ||||
) | [inline, virtual] |
void ManGenerator::startPageRef | ( | ) | [inline, virtual] |
void ManGenerator::endPageRef | ( | const char * | , | |
const char * | ||||
) | [inline, virtual] |
void ManGenerator::startQuickIndices | ( | ) | [inline, virtual] |
void ManGenerator::endQuickIndices | ( | ) | [inline, virtual] |
void ManGenerator::writeQuickLinks | ( | bool | , | |
HighlightedItem | ||||
) | [inline, virtual] |
void ManGenerator::startContents | ( | ) | [inline, virtual] |
void ManGenerator::endContents | ( | ) | [inline, virtual] |
void ManGenerator::writeNonBreakableSpace | ( | int | n | ) | [inline, virtual] |
Implements BaseOutputDocInterface.
Definition at line 176 of file mangen.h.
References OutputGenerator::t.
void ManGenerator::startDescTable | ( | ) | [inline, virtual] |
void ManGenerator::endDescTable | ( | ) | [inline, virtual] |
void ManGenerator::startDescTableTitle | ( | ) | [inline, virtual] |
Implements BaseOutputDocInterface.
Definition at line 180 of file mangen.h.
References startBold(), startEmphasis(), and writeListItem().
void ManGenerator::endDescTableTitle | ( | ) | [inline, virtual] |
Implements BaseOutputDocInterface.
Definition at line 181 of file mangen.h.
References endBold(), and endEmphasis().
void ManGenerator::startDescTableData | ( | ) | [inline, virtual] |
Implements BaseOutputDocInterface.
Definition at line 182 of file mangen.h.
References OutputGenerator::t.
void ManGenerator::endDescTableData | ( | ) | [inline, virtual] |
void ManGenerator::startDotGraph | ( | ) | [inline, virtual] |
void ManGenerator::endDotGraph | ( | const DotClassGraph & | ) | [inline, virtual] |
void ManGenerator::startInclDepGraph | ( | ) | [inline, virtual] |
void ManGenerator::endInclDepGraph | ( | const DotInclDepGraph & | ) | [inline, virtual] |
void ManGenerator::startGroupCollaboration | ( | ) | [inline, virtual] |
void ManGenerator::endGroupCollaboration | ( | const DotGroupCollaboration & | ) | [inline, virtual] |
void ManGenerator::startCallGraph | ( | ) | [inline, virtual] |
void ManGenerator::endCallGraph | ( | const DotCallGraph & | ) | [inline, virtual] |
void ManGenerator::startDirDepGraph | ( | ) | [inline, virtual] |
void ManGenerator::endDirDepGraph | ( | const DotDirDeps & | ) | [inline, virtual] |
void ManGenerator::writeGraphicalHierarchy | ( | const DotGfxHierarchyTable & | ) | [inline, virtual] |
void ManGenerator::startTextBlock | ( | bool | ) | [inline, virtual] |
void ManGenerator::endTextBlock | ( | bool | ) | [inline, virtual] |
void ManGenerator::lastIndexPage | ( | ) | [inline, virtual] |
void ManGenerator::startMemberDocPrefixItem | ( | ) | [inline, virtual] |
void ManGenerator::endMemberDocPrefixItem | ( | ) | [inline, virtual] |
void ManGenerator::startMemberDocName | ( | bool | ) | [inline, virtual] |
void ManGenerator::endMemberDocName | ( | ) | [inline, virtual] |
void ManGenerator::startParameterType | ( | bool | , | |
const char * | ||||
) | [inline, virtual] |
void ManGenerator::endParameterType | ( | ) | [inline, virtual] |
void ManGenerator::startParameterName | ( | bool | ) | [inline, virtual] |
void ManGenerator::endParameterName | ( | bool | , | |
bool | , | |||
bool | ||||
) | [inline, virtual] |
void ManGenerator::startParameterList | ( | bool | ) | [inline, virtual] |
void ManGenerator::endParameterList | ( | ) | [inline, virtual] |
void ManGenerator::startFontClass | ( | const char * | ) | [inline, virtual] |
void ManGenerator::endFontClass | ( | ) | [inline, virtual] |
void ManGenerator::startConstraintList | ( | const char * | ) | [virtual] |
Implements OutputGenerator.
Definition at line 656 of file mangen.cpp.
References docify(), endBold(), startBold(), and OutputGenerator::t.
void ManGenerator::startConstraintParam | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 670 of file mangen.cpp.
References startEmphasis(), and writeListItem().
void ManGenerator::endConstraintParam | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 676 of file mangen.cpp.
References endEmphasis(), and OutputGenerator::t.
void ManGenerator::startConstraintType | ( | ) | [virtual] |
void ManGenerator::endConstraintType | ( | ) | [virtual] |
void ManGenerator::startConstraintDocs | ( | ) | [virtual] |
void ManGenerator::endConstraintDocs | ( | ) | [virtual] |
Implements OutputGenerator.
Definition at line 696 of file mangen.cpp.
References OutputGenerator::t.
void ManGenerator::endConstraintList | ( | ) | [virtual] |
void ManGenerator::writeCodeAnchor | ( | const char * | ) | [inline, virtual] |
void ManGenerator::linkableSymbol | ( | int | , | |
const char * | , | |||
Definition * | , | |||
Definition * | ||||
) | [inline, virtual] |