|
Doxygen
|
Generator for Man page output. More...
#include <src/mangen.h>
Public Member Functions | |
| ManGenerator () | |
| ManGenerator (const ManGenerator &) | |
| ManGenerator & | operator= (const ManGenerator &) |
| ManGenerator (ManGenerator &&)=delete | |
| ManGenerator & | operator= (ManGenerator &&)=delete |
| ~ManGenerator () | |
| void | clearBuffer () |
| void | newParagraph () |
| OutputType | type () const override |
| std::unique_ptr< OutputGenIntf > | clone () override |
| void | addCodeGen (OutputCodeList &list) override |
| void | cleanup () override |
| void | writeDoc (const IDocNodeAST *ast, const Definition *, const MemberDef *, int, int) override |
| void | startFile (const DString &name, bool isSource, const DString &manName, const DString &title, int id, int hierarchyLevel) override |
| void | endFile () override |
| void | writeSearchInfo () override |
| void | writeFooter (const DString &) override |
| void | startPageDoc (const DString &) override |
| void | endPageDoc () override |
| void | startIndexSection (IndexSection) override |
| void | endIndexSection (IndexSection) override |
| void | writePageLink (const DString &, bool) override |
| void | startProjectNumber () override |
| void | endProjectNumber () override |
| void | writeStyleInfo (int) override |
| void | startTitleHead (const DString &) override |
| void | endTitleHead (const DString &, const DString &) override |
| void | startParagraph (const DString &classDef) override |
| void | endParagraph () override |
| void | writeString (const DString &text) override |
| void | startIndexListItem () override |
| void | endIndexListItem () override |
| void | startIndexList () override |
| void | endIndexList () override |
| void | startIndexKey () override |
| void | endIndexKey () override |
| void | startIndexValue (bool) override |
| void | endIndexValue (const DString &, bool) override |
| void | startItemList () override |
| void | endItemList () override |
| void | startIndexItem (const DString &ref, const DString &file) override |
| void | endIndexItem (const DString &ref, const DString &file) override |
| void | docify (const DString &text) override |
| void | writeObjectLink (const DString &ref, const DString &file, const DString &anchor, const DString &name) override |
| void | startTextLink (const DString &, const DString &) override |
| void | endTextLink () override |
| void | startTypewriter () override |
| void | endTypewriter () override |
| void | startGroupHeader (const DString &, int) override |
| void | endGroupHeader (int) override |
| void | startMemberSections () override |
| void | endMemberSections () override |
| void | startHeaderSection () override |
| void | endHeaderSection () override |
| void | startMemberHeader (const DString &, int) override |
| void | endMemberHeader () override |
| void | insertMemberAlign (bool) override |
| void | insertMemberAlignLeft (MemberItemType, bool) override |
| void | startMemberSubtitle () override |
| void | endMemberSubtitle () override |
| void | startItemListItem () override |
| void | endItemListItem () override |
| void | startMemberDocList () override |
| void | endMemberDocList () override |
| void | startMemberList () override |
| void | endMemberList () override |
| void | startInlineHeader () override |
| void | endInlineHeader () override |
| void | startAnonTypeScope (int) override |
| void | endAnonTypeScope (int) override |
| void | startMemberItem (const DString &, MemberItemType, const DString &) override |
| void | endMemberItem (MemberItemType) override |
| void | startMemberTemplateParams () override |
| void | endMemberTemplateParams (const DString &, const DString &) override |
| void | startCompoundTemplateParams () override |
| void | endCompoundTemplateParams () override |
| void | startMemberGroupHeader (const DString &, bool) override |
| void | endMemberGroupHeader (bool) override |
| void | startMemberGroupDocs () override |
| void | endMemberGroupDocs () override |
| void | startMemberGroup () override |
| void | endMemberGroup (bool) override |
| void | writeRuler () override |
| void | writeAnchor (const DString &, const DString &) override |
| void | startEmphasis () override |
| void | endEmphasis () override |
| void | startBold () override |
| void | endBold () override |
| void | startBoldEmphasis () |
| void | endBoldEmphasis () |
| void | lineBreak (const DString &) override |
| void | writeChar (char c) override |
| void | startMemberDoc (const DString &, const DString &, const DString &, const DString &, int, int, bool) override |
| void | endMemberDoc (bool) override |
| void | startDoxyAnchor (const DString &, const DString &, const DString &, const DString &, const DString &) override |
| void | endDoxyAnchor (const DString &, const DString &) override |
| void | addLabel (const DString &, const DString &) override |
| void | writeLatexSpacing () override |
| void | writeStartAnnoItem (const DString &type, const DString &file, const DString &path, const DString &name) override |
| void | startCenter () override |
| void | endCenter () override |
| void | startSmall () override |
| void | endSmall () override |
| void | startMemberDescription (const DString &, const DString &, bool) override |
| void | endMemberDescription () override |
| void | startMemberDeclaration () override |
| void | endMemberDeclaration (const DString &, const DString &) override |
| void | writeInheritedSectionTitle (const DString &, const DString &, const DString &, const DString &, const DString &, const DString &) override |
| void | startExamples () override |
| void | endExamples () override |
| void | startDescForItem () override |
| void | endDescForItem () override |
| void | startSection (const DString &, const DString &, SectionType) override |
| void | endSection (const DString &, SectionType) override |
| void | addIndexItem (const DString &, const DString &) override |
| void | startIndent () override |
| void | endIndent () override |
| void | writeSynopsis () override |
| void | startClassDiagram () override |
| void | endClassDiagram (const ClassDiagram &, const DString &, const DString &) override |
| void | startPageRef () override |
| void | endPageRef (const DString &, const DString &) override |
| void | startQuickIndices () override |
| void | endQuickIndices () override |
| void | writeSplitBar (const DString &, const DString &) override |
| void | writeNavigationPath (const DString &) override |
| void | writeLogo () override |
| void | writeQuickLinks (HighlightedItem, const DString &, bool) override |
| void | writeSummaryLink (const DString &, const DString &, const DString &, bool) override |
| void | writePageOutline () override |
| void | startContents () override |
| void | endContents () override |
| void | writeNonBreakableSpace (int n) override |
| void | startDescTable (const DString &title, const bool hasInits) override |
| void | endDescTable () override |
| void | startDescTableTitle () override |
| void | endDescTableTitle () override |
| void | startDescTableRow () override |
| void | endDescTableRow () override |
| void | startDescTableInit () override |
| void | endDescTableInit () override |
| void | startDescTableData () override |
| void | endDescTableData () override |
| void | startDotGraph () override |
| void | endDotGraph (DotClassGraph &) override |
| void | startInclDepGraph () override |
| void | endInclDepGraph (DotInclDepGraph &) override |
| void | startGroupCollaboration () override |
| void | endGroupCollaboration (DotGroupCollaboration &) override |
| void | startCallGraph () override |
| void | endCallGraph (DotCallGraph &) override |
| void | startDirDepGraph () override |
| void | endDirDepGraph (DotDirDeps &) override |
| void | writeGraphicalHierarchy (DotGfxHierarchyTable &) override |
| void | startTextBlock (bool) override |
| void | endTextBlock (bool) override |
| void | lastIndexPage () override |
| void | startMemberDocPrefixItem () override |
| void | endMemberDocPrefixItem () override |
| void | startMemberDocName (bool) override |
| void | endMemberDocName () override |
| void | startParameterType (bool, const DString &) override |
| void | endParameterType () override |
| void | startParameterName (bool) override |
| void | endParameterName () override |
| void | startParameterExtra () override |
| void | endParameterExtra (bool, bool, bool) override |
| void | startParameterDefVal (const char *s) override |
| void | endParameterDefVal () override |
| void | startParameterList (bool) override |
| void | endParameterList () override |
| void | exceptionEntry (const DString &, bool) override |
| void | startConstraintList (const DString &) override |
| void | startConstraintParam () override |
| void | endConstraintParam () override |
| void | startConstraintType () override |
| void | endConstraintType () override |
| void | startConstraintDocs () override |
| void | endConstraintDocs () override |
| void | endConstraintList () override |
| void | startMemberDocSimple (bool) override |
| void | endMemberDocSimple (bool) override |
| void | startInlineMemberType () override |
| void | endInlineMemberType () override |
| void | startInlineMemberName () override |
| void | endInlineMemberName () override |
| void | startInlineMemberDoc () override |
| void | endInlineMemberDoc () override |
| void | startLabels () override |
| void | writeLabel (const DString &l, bool isLast) override |
| void | endLabels () override |
| void | startLocalToc (int) override |
| void | endLocalToc () override |
| void | startTocEntry (const SectionInfo *) override |
| void | endTocEntry (const SectionInfo *) override |
| void | startPlainFile (const DString &name) override |
| void | endPlainFile () override |
| void | startEmbeddedDoc (size_t) override |
| void | endEmbeddedDoc () override |
| Public Member Functions inherited from OutputGenerator | |
| OutputGenerator () | |
| OutputGenerator (const DString &dir) | |
| virtual | ~OutputGenerator ()=default |
| DString | dir () const |
| DString | fileName () const |
| void | startPlainFile (const DString &name) |
| void | endPlainFile () |
Static Public Member Functions | |
| static void | init () |
Private Attributes | |
| bool | m_firstCol = true |
| int | m_col = 0 |
| bool | m_paragraph = true |
| bool | m_upperCase = false |
| bool | m_insideTabbing = false |
| bool | m_inHeader = false |
| std::unique_ptr< OutputCodeList > | m_codeList |
| ManCodeGenerator * | m_codeGen |
Additional Inherited Members | |
| Public Types inherited from OutputGenerator | |
| enum class | ParamListTypes { Param , RetVal , Exception } |
| enum class | MemberItemType { Normal , AnonymousStart , AnonymousEnd , Templated } |
| Protected Attributes inherited from OutputGenerator | |
| TextStream | m_t |
| DString | m_dir |
| ManGenerator::ManGenerator | ( | ) |
Definition at line 228 of file mangen.cpp.
References Config_getString, getSubdir(), m_codeGen, m_codeList, OutputGenerator::m_t, and OutputGenerator::OutputGenerator().
Referenced by ManGenerator(), ManGenerator(), operator=(), and operator=().
| ManGenerator::ManGenerator | ( | const ManGenerator & | og | ) |
Definition at line 235 of file mangen.cpp.
References m_codeGen, m_codeList, m_col, OutputGenerator::m_dir, m_firstCol, m_inHeader, m_insideTabbing, m_paragraph, OutputGenerator::m_t, m_upperCase, Man, ManGenerator(), OutputGenerator::OutputGenerator(), and ManCodeGenerator::setTextStream().
|
delete |
References ManGenerator().
|
default |
References init().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 268 of file mangen.cpp.
References OutputCodeList::add(), and m_codeGen.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 290 of file mangen.cpp.
References clearSubDirs(), Config_getString, and DString::str().
| void ManGenerator::clearBuffer | ( | ) |
References newParagraph().
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 85 of file mangen.h.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 460 of file mangen.cpp.
References DString::data(), DString::empty(), m_col, m_firstCol, m_paragraph, and OutputGenerator::m_t.
Referenced by startConstraintList(), startDescTable(), startExamples(), startMemberDocSimple(), startParameterDefVal(), writeObjectLink(), and writeString().
|
overridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 169 of file mangen.h.
References m_firstCol, and OutputGenerator::m_t.
Referenced by startConstraintList(), startDescTable(), startExamples(), and writeObjectLink().
|
inline |
Definition at line 171 of file mangen.h.
References m_firstCol, and OutputGenerator::m_t.
Referenced by endDescTableTitle().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 570 of file mangen.cpp.
References OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 806 of file mangen.cpp.
References m_firstCol, and OutputGenerator::m_t.
|
overridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 785 of file mangen.cpp.
References endEmphasis(), endItemListItem(), and OutputGenerator::m_t.
|
overridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 592 of file mangen.cpp.
Referenced by endDescTable().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 748 of file mangen.cpp.
References endDescForItem().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 222 of file mangen.h.
References endBoldEmphasis().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 167 of file mangen.h.
References m_firstCol, and OutputGenerator::m_t.
Referenced by endConstraintParam(), and endConstraintType().
|
overridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 344 of file mangen.cpp.
References endPlainFile(), and OutputGenerator::m_t.
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 439 of file mangen.cpp.
References m_firstCol, m_paragraph, OutputGenerator::m_t, and m_upperCase.
Referenced by endSection().
|
overridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 112 of file mangen.h.
References newParagraph().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 825 of file mangen.cpp.
References m_firstCol, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 881 of file mangen.cpp.
References m_firstCol, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 872 of file mangen.cpp.
References OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 862 of file mangen.cpp.
References OutputGenerator::m_t.
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 118 of file mangen.h.
References newParagraph().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 507 of file mangen.cpp.
Referenced by endConstraintParam(), and startDescTableTitle().
|
overridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 188 of file mangen.h.
References m_firstCol, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 557 of file mangen.cpp.
References OutputGenerator::m_t.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 850 of file mangen.cpp.
References m_firstCol, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 666 of file mangen.cpp.
References m_firstCol, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 656 of file mangen.cpp.
References OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 646 of file mangen.cpp.
References m_firstCol, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 453 of file mangen.cpp.
References m_firstCol, m_paragraph, and OutputGenerator::m_t.
Referenced by endSection().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 620 of file mangen.cpp.
References OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 633 of file mangen.cpp.
References m_firstCol, m_insideTabbing, and OutputGenerator::m_t.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 257 of file mangen.h.
References endTypewriter().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 922 of file mangen.cpp.
References OutputGenerator::m_t.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 929 of file mangen.cpp.
References OutputGenerator::m_t.
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 290 of file mangen.h.
References OutputGenerator::endPlainFile().
Referenced by endFile().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 690 of file mangen.cpp.
References ASSERT, endGroupHeader(), endMemberHeader(), SectionType::level(), m_firstCol, m_inHeader, m_paragraph, OutputGenerator::m_t, SectionType::Page, SectionType::Paragraph, SectionType::Section, SectionType::Subparagraph, SectionType::Subsection, SectionType::Subsubparagraph, SectionType::Subsubsection, and type().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 350 of file mangen.cpp.
References Config_getEnum, Config_getString, Date, DateTime, dateToString(), getExtension(), m_firstCol, m_inHeader, m_paragraph, and OutputGenerator::m_t.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 127 of file mangen.h.
References m_firstCol, and OutputGenerator::m_t.
Referenced by endParameterDefVal().
|
inlineoverridevirtual |
|
static |
Definition at line 273 of file mangen.cpp.
References Config_getString, createSubDirs(), Dir::exists(), getSubdir(), Dir::mkdir(), DString::str(), and term.
Referenced by generateOutput(), and ~ManGenerator().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
| void ManGenerator::newParagraph | ( | ) |
Definition at line 381 of file mangen.cpp.
References m_firstCol, m_paragraph, and OutputGenerator::m_t.
Referenced by clearBuffer(), endIndexList(), and endItemList().
| ManGenerator & ManGenerator::operator= | ( | const ManGenerator & | og | ) |
Definition at line 248 of file mangen.cpp.
References m_codeGen, m_codeList, m_col, OutputGenerator::m_dir, m_firstCol, m_inHeader, m_insideTabbing, m_paragraph, OutputGenerator::m_t, m_upperCase, Man, ManGenerator(), and ManCodeGenerator::setTextStream().
|
delete |
References ManGenerator().
|
overridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 168 of file mangen.h.
References m_firstCol, and OutputGenerator::m_t.
Referenced by startConstraintList(), startDescTable(), startExamples(), and writeObjectLink().
|
inline |
Definition at line 170 of file mangen.h.
References m_firstCol, and OutputGenerator::m_t.
Referenced by startDescTableTitle().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 562 of file mangen.cpp.
References m_firstCol, m_paragraph, and OutputGenerator::m_t.
|
overridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 765 of file mangen.cpp.
References docify(), endBold(), m_col, m_firstCol, m_paragraph, OutputGenerator::m_t, and startBold().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 779 of file mangen.cpp.
References startEmphasis(), and startItemListItem().
|
overridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 582 of file mangen.cpp.
References m_col, m_firstCol, m_paragraph, and OutputGenerator::m_t.
Referenced by startDescTable().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 733 of file mangen.cpp.
References docify(), endBold(), m_col, m_firstCol, m_paragraph, OutputGenerator::m_t, startBold(), and startDescForItem().
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 227 of file mangen.h.
References m_firstCol, and OutputGenerator::m_t.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 221 of file mangen.h.
References endItemListItem(), startBoldEmphasis(), and startItemListItem().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 519 of file mangen.cpp.
References buildFileName(), Config_getBool, OutputGenerator::dir(), FileInfo::exists(), OutputGenerator::fileName(), getSubdir(), DString::mid(), DString::npos, Portable::openOutputStream(), DString::rfind(), and DString::str().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 166 of file mangen.h.
References m_firstCol, and OutputGenerator::m_t.
Referenced by startConstraintParam(), and startConstraintType().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 715 of file mangen.cpp.
References docify(), endBold(), m_col, m_firstCol, m_paragraph, OutputGenerator::m_t, startBold(), theTranslator, and Translator::trExamples().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 338 of file mangen.cpp.
References buildFileName(), m_firstCol, and startPlainFile().
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 431 of file mangen.cpp.
References m_firstCol, OutputGenerator::m_t, and m_upperCase.
Referenced by startSection().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 816 of file mangen.cpp.
References m_firstCol, and OutputGenerator::m_t.
|
overridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 867 of file mangen.cpp.
References OutputGenerator::m_t.
|
overridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 498 of file mangen.cpp.
References m_col, m_firstCol, m_paragraph, and OutputGenerator::m_t.
Referenced by startConstraintParam(), and startDescTableTitle().
|
overridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 187 of file mangen.h.
References m_firstCol, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 511 of file mangen.cpp.
References m_firstCol, m_paragraph, and OutputGenerator::m_t.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 831 of file mangen.cpp.
References docify(), m_firstCol, OutputGenerator::m_t, theTranslator, Translator::trCompoundMembers(), and Translator::trEnumerationValues().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 661 of file mangen.cpp.
References OutputGenerator::m_t.
|
overridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 641 of file mangen.cpp.
References OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 447 of file mangen.cpp.
References m_firstCol, and OutputGenerator::m_t.
Referenced by startSection().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 613 of file mangen.cpp.
References m_firstCol, m_insideTabbing, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 625 of file mangen.cpp.
References m_firstCol, m_insideTabbing, and OutputGenerator::m_t.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 392 of file mangen.cpp.
References m_firstCol, m_paragraph, and OutputGenerator::m_t.
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 256 of file mangen.h.
References docify(), and startTypewriter().
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 917 of file mangen.cpp.
References OutputGenerator::m_t.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 289 of file mangen.h.
References OutputGenerator::startPlainFile().
Referenced by startFile().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 672 of file mangen.cpp.
References ASSERT, DString::DString(), SectionType::level(), m_inHeader, SectionType::Page, SectionType::Paragraph, SectionType::Section, startGroupHeader(), startMemberHeader(), SectionType::Subparagraph, SectionType::Subsection, SectionType::Subsubparagraph, SectionType::Subsubsection, and type().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 126 of file mangen.h.
References m_firstCol, and OutputGenerator::m_t.
Referenced by startParameterDefVal().
|
inlineoverridevirtual |
Implements OutputGenIntf.
Definition at line 84 of file mangen.h.
References Man.
Referenced by endSection(), and startSection().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 484 of file mangen.cpp.
References m_col, m_firstCol, m_paragraph, and OutputGenerator::m_t.
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 753 of file mangen.cpp.
References Definition::getDefFileExtension(), m_codeList, m_firstCol, m_paragraph, OutputGenerator::m_t, and DocNodeAST::root.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 907 of file mangen.cpp.
References docifyToString(), m_firstCol, OutputGenerator::m_t, objectLinkToString(), theTranslator, and Translator::trInheritedFrom().
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 893 of file mangen.cpp.
References OutputGenerator::m_t.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 425 of file mangen.cpp.
References docify(), endBold(), and startBold().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
Implements OutputGenIntf.
Definition at line 574 of file mangen.cpp.
References m_firstCol, m_paragraph, and OutputGenerator::m_t.
|
private |
Definition at line 303 of file mangen.h.
Referenced by addCodeGen(), ManGenerator(), ManGenerator(), and operator=().
|
private |
Definition at line 302 of file mangen.h.
Referenced by ManGenerator(), ManGenerator(), operator=(), and writeDoc().
|
private |
Definition at line 297 of file mangen.h.
Referenced by docify(), ManGenerator(), operator=(), startConstraintList(), startDescForItem(), startDescTable(), startExamples(), startItemListItem(), and writeChar().
|
private |
Definition at line 296 of file mangen.h.
Referenced by docify(), endBold(), endBoldEmphasis(), endConstraintDocs(), endEmphasis(), endGroupHeader(), endInlineHeader(), endInlineMemberDoc(), endMemberDescription(), endMemberDocSimple(), endMemberGroup(), endMemberGroupHeader(), endMemberHeader(), endMemberList(), endSection(), endTitleHead(), endTypewriter(), ManGenerator(), newParagraph(), operator=(), startBold(), startBoldEmphasis(), startCompoundTemplateParams(), startConstraintList(), startDescForItem(), startDescTable(), startDescTableData(), startEmphasis(), startExamples(), startFile(), startGroupHeader(), startInlineHeader(), startItemListItem(), startMemberDescription(), startMemberDoc(), startMemberDocSimple(), startMemberHeader(), startMemberItem(), startMemberList(), startParagraph(), startTypewriter(), writeChar(), writeDoc(), writeInheritedSectionTitle(), and writeSynopsis().
|
private |
Definition at line 301 of file mangen.h.
Referenced by endSection(), endTitleHead(), ManGenerator(), operator=(), and startSection().
|
private |
Definition at line 300 of file mangen.h.
Referenced by endAnonTypeScope(), endMemberList(), ManGenerator(), operator=(), startAnonTypeScope(), startMemberItem(), and startMemberList().
|
private |
Definition at line 298 of file mangen.h.
Referenced by docify(), endGroupHeader(), endMemberHeader(), endSection(), endTitleHead(), ManGenerator(), newParagraph(), operator=(), startCompoundTemplateParams(), startConstraintList(), startDescForItem(), startDescTable(), startExamples(), startItemListItem(), startMemberDoc(), startParagraph(), writeChar(), writeDoc(), and writeSynopsis().
|
private |
Definition at line 299 of file mangen.h.
Referenced by endGroupHeader(), ManGenerator(), operator=(), and startGroupHeader().