#include <utility>
#include <vector>
#include <memory>
#include "qcstring.h"
浏览源代码.
|
enum | IndexSections {
isTitlePageStart,
isTitlePageAuthor,
isMainPage,
isModuleIndex,
isDirIndex,
isNamespaceIndex,
isConceptIndex,
isClassHierarchyIndex,
isCompoundIndex,
isFileIndex,
isPageIndex,
isModuleDocumentation,
isDirDocumentation,
isNamespaceDocumentation,
isClassDocumentation,
isConceptDocumentation,
isFileDocumentation,
isExampleDocumentation,
isPageDocumentation,
isPageDocumentation2,
isEndIndex
} |
|
enum | HighlightedItem {
HLI_None =0,
HLI_Main,
HLI_Modules,
HLI_Namespaces,
HLI_ClassHierarchy,
HLI_InterfaceHierarchy,
HLI_ExceptionHierarchy,
HLI_Classes,
HLI_Concepts,
HLI_Interfaces,
HLI_Structs,
HLI_Exceptions,
HLI_AnnotatedClasses,
HLI_AnnotatedInterfaces,
HLI_AnnotatedStructs,
HLI_AnnotatedExceptions,
HLI_Files,
HLI_NamespaceMembers,
HLI_Functions,
HLI_Globals,
HLI_Pages,
HLI_Examples,
HLI_Search,
HLI_UserGroup,
HLI_ClassVisible,
HLI_ConceptVisible,
HLI_InterfaceVisible,
HLI_StructVisible,
HLI_ExceptionVisible,
HLI_NamespaceVisible,
HLI_FileVisible
} |
|
enum | ClassMemberHighlight {
CMHL_All = 0,
CMHL_Functions,
CMHL_Variables,
CMHL_Typedefs,
CMHL_Enums,
CMHL_EnumValues,
CMHL_Properties,
CMHL_Events,
CMHL_Related,
CMHL_Total = CMHL_Related+1
} |
|
enum | FileMemberHighlight {
FMHL_All = 0,
FMHL_Functions,
FMHL_Variables,
FMHL_Typedefs,
FMHL_Sequences,
FMHL_Dictionaries,
FMHL_Enums,
FMHL_EnumValues,
FMHL_Defines,
FMHL_Total = FMHL_Defines+1
} |
|
enum | NamespaceMemberHighlight {
NMHL_All = 0,
NMHL_Functions,
NMHL_Variables,
NMHL_Typedefs,
NMHL_Sequences,
NMHL_Dictionaries,
NMHL_Enums,
NMHL_EnumValues,
NMHL_Total = NMHL_EnumValues+1
} |
|
enum | ClassHighlight {
CHL_All = 0,
CHL_Classes,
CHL_Structs,
CHL_Unions,
CHL_Interfaces,
CHL_Protocols,
CHL_Categories,
CHL_Exceptions,
CHL_Total = CHL_Exceptions+1
} |
|
|
void | writeGraphInfo (OutputList &ol) |
|
void | writeIndexHierarchy (OutputList &ol) |
|
void | countDataStructures () |
|
void | startTitle (OutputList &ol, const QCString &fileName, const DefinitionMutable *def=0) |
|
void | endTitle (OutputList &ol, const QCString &fileName, const QCString &name) |
|
void | startFile (OutputList &ol, const QCString &name, const QCString &manName, const QCString &title, HighlightedItem hli=HLI_None, bool additionalIndices=FALSE, const QCString &altSidebarName=QCString()) |
|
void | endFile (OutputList &ol, bool skipNavIndex=FALSE, bool skipEndContents=FALSE, const QCString &navPath=QCString()) |
|
void | endFileWithNavPath (const Definition *d, OutputList &ol) |
|
void | initClassMemberIndices () |
|
void | initFileMemberIndices () |
|
void | initNamespaceMemberIndices () |
|
void | addClassMemberNameToIndex (const MemberDef *md) |
|
void | addFileMemberNameToIndex (const MemberDef *md) |
|
void | addNamespaceMemberNameToIndex (const MemberDef *md) |
|
void | sortMemberIndexLists () |
|
QCString | fixSpaces (const QCString &s) |
|
int | countVisibleMembers (const NamespaceDef *nd) |
|
◆ ClassHighlight
枚举值 |
---|
CHL_All | |
CHL_Classes | |
CHL_Structs | |
CHL_Unions | |
CHL_Interfaces | |
CHL_Protocols | |
CHL_Categories | |
CHL_Exceptions | |
CHL_Total | |
在文件 index.h 第 218 行定义.
◆ ClassMemberHighlight
枚举值 |
---|
CMHL_All | |
CMHL_Functions | |
CMHL_Variables | |
CMHL_Typedefs | |
CMHL_Enums | |
CMHL_EnumValues | |
CMHL_Properties | |
CMHL_Events | |
CMHL_Related | |
CMHL_Total | |
在文件 index.h 第 177 行定义.
◆ FileMemberHighlight
枚举值 |
---|
FMHL_All | |
FMHL_Functions | |
FMHL_Variables | |
FMHL_Typedefs | |
FMHL_Sequences | |
FMHL_Dictionaries | |
FMHL_Enums | |
FMHL_EnumValues | |
FMHL_Defines | |
FMHL_Total | |
在文件 index.h 第 191 行定义.
◆ HighlightedItem
枚举值 |
---|
HLI_None | |
HLI_Main | |
HLI_Modules | |
HLI_Namespaces | |
HLI_ClassHierarchy | |
HLI_InterfaceHierarchy | |
HLI_ExceptionHierarchy | |
HLI_Classes | |
HLI_Concepts | |
HLI_Interfaces | |
HLI_Structs | |
HLI_Exceptions | |
HLI_AnnotatedClasses | |
HLI_AnnotatedInterfaces | |
HLI_AnnotatedStructs | |
HLI_AnnotatedExceptions | |
HLI_Files | |
HLI_NamespaceMembers | |
HLI_Functions | |
HLI_Globals | |
HLI_Pages | |
HLI_Examples | |
HLI_Search | |
HLI_UserGroup | |
HLI_ClassVisible | |
HLI_ConceptVisible | |
HLI_InterfaceVisible | |
HLI_StructVisible | |
HLI_ExceptionVisible | |
HLI_NamespaceVisible | |
HLI_FileVisible | |
在文件 index.h 第 140 行定义.
◆ IndexSections
枚举值 |
---|
isTitlePageStart | |
isTitlePageAuthor | |
isMainPage | |
isModuleIndex | |
isDirIndex | |
isNamespaceIndex | |
isConceptIndex | |
isClassHierarchyIndex | |
isCompoundIndex | |
isFileIndex | |
isPageIndex | |
isModuleDocumentation | |
isDirDocumentation | |
isNamespaceDocumentation | |
isClassDocumentation | |
isConceptDocumentation | |
isFileDocumentation | |
isExampleDocumentation | |
isPageDocumentation | |
isPageDocumentation2 | |
isEndIndex | |
在文件 index.h 第 115 行定义.
◆ NamespaceMemberHighlight
枚举值 |
---|
NMHL_All | |
NMHL_Functions | |
NMHL_Variables | |
NMHL_Typedefs | |
NMHL_Sequences | |
NMHL_Dictionaries | |
NMHL_Enums | |
NMHL_EnumValues | |
NMHL_Total | |
在文件 index.h 第 205 行定义.
◆ addClassMemberNameToIndex()
void addClassMemberNameToIndex |
( |
const MemberDef * |
md | ) |
|
在文件 index.cpp 第 2659 行定义.
2661 static bool hideFriendCompounds =
Config_getBool(HIDE_FRIEND_COMPOUNDS);
2672 if (!letter.empty())
2675 bool isFriendToHide = hideFriendCompounds &&
2679 if (!(md->
isFriend() && isFriendToHide) &&
2722 (md->
isFriend() && !isFriendToHide))
引用了 CMHL_All, CMHL_Enums, CMHL_EnumValues, CMHL_Events, CMHL_Functions, CMHL_Properties, CMHL_Related, CMHL_Typedefs, CMHL_Variables, Config_getBool, convertUTF8ToLower(), documentedClassMembers, g_classIndexLetterUsed, MemberDef::getClassDef(), MemberDef::getEnumScope(), getPrefixIndex(), getUTF8CharAt(), MemberDef::isEnumerate(), MemberDef::isEnumValue(), MemberDef::isEvent(), MemberDef::isForeign(), MemberDef::isFriend(), MemberDef::isFunction(), MemberDef::isLinkableInProject(), ClassDef::isLinkableInProject(), MemberDef::isProperty(), MemberDef::isRelated(), MemberDef::isSignal(), MemberDef::isSlot(), MemberDef::isStrong(), MemberDef::isTypedef(), MemberDef::isVariable(), MemberIndexMap_add(), Definition::name(), QCString::str(), ClassDef::templateMaster() , 以及 MemberDef::typeString().
被这些函数引用 addMembersToIndex().
◆ addFileMemberNameToIndex()
void addFileMemberNameToIndex |
( |
const MemberDef * |
md | ) |
|
在文件 index.cpp 第 2811 行定义.
2819 if (!letter.empty())
引用了 convertUTF8ToLower(), documentedFileMembers, FMHL_All, FMHL_Defines, FMHL_Dictionaries, FMHL_Enums, FMHL_EnumValues, FMHL_Functions, FMHL_Sequences, FMHL_Typedefs, FMHL_Variables, g_fileIndexLetterUsed, MemberDef::getEnumScope(), MemberDef::getFileDef(), getPrefixIndex(), getUTF8CharAt(), MemberDef::isDefine(), MemberDef::isDictionary(), MemberDef::isEnumerate(), MemberDef::isEnumValue(), MemberDef::isFunction(), FileDef::isLinkableInProject(), MemberDef::isLinkableInProject(), MemberDef::isSequence(), MemberDef::isStrong(), MemberDef::isTypedef(), MemberDef::isVariable(), MemberIndexMap_add(), Definition::name() , 以及 QCString::str().
被这些函数引用 addMembersToIndex().
◆ addNamespaceMemberNameToIndex()
void addNamespaceMemberNameToIndex |
( |
const MemberDef * |
md | ) |
|
在文件 index.cpp 第 2743 行定义.
2751 if (!letter.empty())
引用了 convertUTF8ToLower(), documentedNamespaceMembers, g_namespaceIndexLetterUsed, MemberDef::getEnumScope(), MemberDef::getNamespaceDef(), getPrefixIndex(), getUTF8CharAt(), MemberDef::isDictionary(), MemberDef::isEnumerate(), MemberDef::isEnumValue(), MemberDef::isFunction(), NamespaceDef::isLinkableInProject(), MemberDef::isLinkableInProject(), MemberDef::isSequence(), MemberDef::isStrong(), MemberDef::isTypedef(), MemberDef::isVariable(), MemberIndexMap_add(), Definition::name(), NMHL_All, NMHL_Dictionaries, NMHL_Enums, NMHL_EnumValues, NMHL_Functions, NMHL_Sequences, NMHL_Typedefs, NMHL_Variables , 以及 QCString::str().
被这些函数引用 addMembersToIndex().
◆ countDataStructures()
void countDataStructures |
( |
| ) |
|
在文件 index.cpp 第 87 行定义.
引用了 annotatedClasses, annotatedClassesPrinted, annotatedExceptions, annotatedExceptionsPrinted, annotatedInterfaces, annotatedInterfacesPrinted, annotatedStructs, annotatedStructsPrinted, ClassDef::Class, Config_getBool, countAnnotatedClasses(), countClassHierarchy(), countConcepts(), countDirs(), countFiles(), countGroups(), countNamespaces(), countRelatedPages(), documentedConcepts, documentedDirs, documentedFiles, documentedGroups, documentedNamespaces, documentedPages, ClassDef::Exception, hierarchyClasses, hierarchyExceptions, hierarchyInterfaces, indexedPages, ClassDef::Interface , 以及 ClassDef::Struct.
被这些函数引用 parseInput().
◆ countVisibleMembers()
◆ endFile()
在文件 index.cpp 第 254 行定义.
263 if (generateTreeView)
引用了 Config_getBool, OutputList::disableAllBut(), OutputList::endContents(), OutputList::endFile(), OutputGenerator::Html, OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::writeFooter() , 以及 OutputList::writeString().
被这些函数引用 endFileWithNavPath(), generateExampleDocs(), writeAlphabeticalExceptionIndex(), writeAlphabeticalIndex(), writeAlphabeticalInterfaceIndex(), writeAlphabeticalStructIndex(), writeAnnotatedIndexGeneric(), writeClassMemberIndexFiltered(), writeConceptIndex(), PageDefImpl::writeDocumentation(), GroupDefImpl::writeDocumentation(), MemberList::writeDocumentationPage(), writeExampleIndex(), writeFileIndex(), writeFileMemberIndexFiltered(), writeGraphicalClassHierarchy(), writeGraphicalExceptionHierarchy(), writeGraphicalInterfaceHierarchy(), writeGraphInfo(), writeGroupIndex(), writeHierarchicalExceptionIndex(), writeHierarchicalIndex(), writeHierarchicalInterfaceIndex(), writeIndex(), ClassDefImpl::writeMemberList(), writeNamespaceIndex(), writeNamespaceMemberIndexFiltered(), writePageIndex() , 以及 writeUserGroupStubPage().
◆ endFileWithNavPath()
在文件 index.cpp 第 274 行定义.
278 if (generateTreeView)
引用了 Config_getBool, OutputList::disableAllBut(), endFile(), OutputGenerator::Html, Definition::navigationPathAsString(), OutputList::popGeneratorState(), OutputList::pushGeneratorState(), TRUE , 以及 OutputList::writeString().
被这些函数引用 NamespaceDefImpl::writeDocumentation(), PageDefImpl::writeDocumentation(), ConceptDefImpl::writeDocumentation(), DirDefImpl::writeDocumentation(), FileDefImpl::writeDocumentation(), DirRelation::writeDocumentation(), ClassDefImpl::writeDocumentation(), MemberList::writeDocumentationPage() , 以及 FileDefImpl::writeSourceFooter().
◆ endTitle()
在文件 index.cpp 第 228 行定义.
引用了 OutputList::endHeaderSection(), OutputList::endTitleHead() , 以及 OutputList::popGeneratorState().
被这些函数引用 generateExampleDocs(), writeAlphabeticalExceptionIndex(), writeAlphabeticalIndex(), writeAlphabeticalInterfaceIndex(), writeAlphabeticalStructIndex(), writeAnnotatedIndexGeneric(), writeConceptIndex(), NamespaceDefImpl::writeDocumentation(), PageDefImpl::writeDocumentation(), ConceptDefImpl::writeDocumentation(), DirDefImpl::writeDocumentation(), FileDefImpl::writeDocumentation(), ClassDefImpl::writeDocumentation(), writeExampleIndex(), writeFileIndex(), writeGraphicalClassHierarchy(), writeGraphicalExceptionHierarchy(), writeGraphicalInterfaceHierarchy(), writeGraphInfo(), writeGroupIndex(), writeHierarchicalExceptionIndex(), writeHierarchicalIndex(), writeHierarchicalInterfaceIndex(), ClassDefImpl::writeMemberList(), writeNamespaceIndex(), writePageIndex(), FileDefImpl::writeSourceHeader() , 以及 writeUserGroupStubPage().
◆ fixSpaces()
◆ initClassMemberIndices()
void initClassMemberIndices |
( |
| ) |
|
◆ initFileMemberIndices()
void initFileMemberIndices |
( |
| ) |
|
◆ initNamespaceMemberIndices()
void initNamespaceMemberIndices |
( |
| ) |
|
◆ sortMemberIndexLists()
void sortMemberIndexLists |
( |
| ) |
|
◆ startFile()
在文件 index.cpp 第 235 行定义.
246 if (!additionalIndices)
引用了 Config_getBool, OutputList::endQuickIndices(), QCString::isEmpty(), OutputList::startFile(), OutputList::startQuickIndices(), TRUE, OutputList::writeQuickLinks(), OutputList::writeSearchInfo() , 以及 OutputList::writeSplitBar().
被这些函数引用 generateExampleDocs(), writeAlphabeticalExceptionIndex(), writeAlphabeticalIndex(), writeAlphabeticalInterfaceIndex(), writeAlphabeticalStructIndex(), writeAnnotatedIndexGeneric(), writeConceptIndex(), NamespaceDefImpl::writeDocumentation(), PageDefImpl::writeDocumentation(), DirDefImpl::writeDocumentation(), ConceptDefImpl::writeDocumentation(), GroupDefImpl::writeDocumentation(), FileDefImpl::writeDocumentation(), DirRelation::writeDocumentation(), ClassDefImpl::writeDocumentation(), MemberList::writeDocumentationPage(), writeExampleIndex(), writeFileIndex(), writeGraphicalClassHierarchy(), writeGraphicalExceptionHierarchy(), writeGraphicalInterfaceHierarchy(), writeGraphInfo(), writeGroupIndex(), writeHierarchicalExceptionIndex(), writeHierarchicalIndex(), writeHierarchicalInterfaceIndex(), writeIndex(), ClassDefImpl::writeMemberList(), writeNamespaceIndex(), writePageIndex(), FileDefImpl::writeSourceHeader() , 以及 writeUserGroupStubPage().
◆ startTitle()
在文件 index.cpp 第 219 行定义.
引用了 OutputList::disable(), OutputGenerator::Man, OutputList::pushGeneratorState(), OutputList::startHeaderSection(), OutputList::startTitleHead() , 以及 DefinitionMutable::writeSummaryLinks().
被这些函数引用 generateExampleDocs(), writeAlphabeticalExceptionIndex(), writeAlphabeticalIndex(), writeAlphabeticalInterfaceIndex(), writeAlphabeticalStructIndex(), writeAnnotatedIndexGeneric(), writeConceptIndex(), NamespaceDefImpl::writeDocumentation(), PageDefImpl::writeDocumentation(), ConceptDefImpl::writeDocumentation(), DirDefImpl::writeDocumentation(), FileDefImpl::writeDocumentation(), ClassDefImpl::writeDocumentation(), writeExampleIndex(), writeFileIndex(), writeGraphicalClassHierarchy(), writeGraphicalExceptionHierarchy(), writeGraphicalInterfaceHierarchy(), writeGraphInfo(), writeGroupIndex(), writeHierarchicalExceptionIndex(), writeHierarchicalIndex(), writeHierarchicalInterfaceIndex(), ClassDefImpl::writeMemberList(), writeNamespaceIndex(), writePageIndex(), FileDefImpl::writeSourceHeader() , 以及 writeUserGroupStubPage().
◆ writeGraphInfo()
在文件 index.cpp 第 3686 行定义.
3695 bool stripCommentsStateRef =
Config_getBool(STRIP_CODE_COMMENTS);
3696 bool oldStripCommentsState = stripCommentsStateRef;
3698 bool oldCreateSubdirs = createSubdirs;
3710 int s = legendDocs.
find(
"<center>");
3711 int e = legendDocs.
find(
"</center>");
3713 if (imgExt==
"svg" && s!=-1 && e!=-1)
3715 legendDocs = legendDocs.
left(s+8) +
"[!-- SVG 0 --]\n" + legendDocs.
mid(e);
引用了 Config_getBool, Config_getString, Config_updateBool, createFileDef(), OutputList::disableAllBut(), endFile(), endTitle(), FALSE, QCString::find(), OutputList::generateDoc(), getDotImageExtension(), OutputGenerator::Html, QCString::left(), QCString::mid(), OutputList::parseText(), OutputList::popGeneratorState(), OutputList::pushGeneratorState(), OutputList::startContents(), startFile(), startTitle(), theTranslator, Translator::trLegendDocs(), Translator::trLegendTitle() , 以及 DotLegendGraph::writeGraph().
被这些函数引用 generateOutput().
◆ writeIndexHierarchy()
◆ annotatedClasses
◆ annotatedExceptions
◆ annotatedInterfaces
◆ annotatedStructs
◆ documentedClassMembers
◆ documentedConcepts
◆ documentedDirs
◆ documentedFileMembers
◆ documentedFiles
◆ documentedGroups
◆ documentedNamespaceMembers
◆ documentedNamespaces
◆ documentedPages
◆ hierarchyClasses
◆ hierarchyExceptions
◆ hierarchyInterfaces
◆ indexedPages
QCString getDotImageExtension()
void disableAllBut(OutputGenerator::OutputType o)
int annotatedClassesPrinted
void startTitle(OutputList &ol, const QCString &fileName, const DefinitionMutable *def)
virtual void writeSummaryLinks(OutputList &) const =0
virtual bool isTypedef() const =0
Base class for the layout of a navigation item at the top of the HTML pages.
void endTitle(OutputList &ol, const QCString &fileName, const QCString &name)
LayoutNavEntry * rootNavEntry() const
returns the (invisible) root of the navigation tree.
virtual QCString trLegendDocs()=0
std::string convertUTF8ToLower(const std::string &input)
Converts the input string into a lower case version, also taking into account non-ASCII characters th...
virtual bool isSignal() const =0
int documentedClassMembers[CMHL_Total]
An abstract interface of a namespace symbol.
static int countNamespaces()
static int countClassHierarchy(ClassDef::CompoundType ct)
void endTitleHead(const QCString &fileName, const QCString &name)
int annotatedInterfacesPrinted
static void writeIndexHierarchyEntries(OutputList &ol, const LayoutNavEntryList &entries)
bool isEmpty() const
Returns TRUE iff the string is empty
int documentedFileMembers[FMHL_Total]
void writeSplitBar(const QCString &name)
void writeString(const QCString &text)
void MemberIndexMap_add(MemberIndexMap &map, const std::string &letter, const MemberDef *md)
virtual bool isLinkableInProject() const =0
returns TRUE iff a link is possible to this item within this project.
virtual bool isLinkableInProject() const =0
static void countRelatedPages(int &docPages, int &indexPages)
int find(char c, int index=0, bool cs=TRUE) const
static std::array< MemberIndexMap, NMHL_Total > g_namespaceIndexLetterUsed
virtual bool isDictionary() const =0
virtual bool isProperty() const =0
@ HLI_AnnotatedExceptions
virtual bool isSequence() const =0
virtual const ClassDef * templateMaster() const =0
Returns the template master of which this class is an instance.
virtual bool isLinkableInProject() const =0
Represents of a member definition list with configurable title.
FileDef * createFileDef(const QCString &p, const QCString &n, const QCString &ref, const QCString &dn)
@ isNamespaceDocumentation
A abstract class representing of a compound symbol.
virtual bool isFriend() const =0
void disable(OutputGenerator::OutputType o)
QCString left(size_t len) const
virtual bool isDefine() const =0
virtual bool isVariable() const =0
virtual bool isSlot() const =0
void startHeaderSection()
Translator * theTranslator
static void sortMemberIndexList(MemberIndexMap &map)
virtual QCString name() const =0
virtual const ClassDef * getClassDef() const =0
std::string getUTF8CharAt(const std::string &input, size_t pos)
Returns the UTF8 character found at byte position pos in the input string.
virtual bool isFunction() const =0
void startFile(OutputList &ol, const QCString &name, const QCString &manName, const QCString &title, HighlightedItem hli, bool additionalIndices, const QCString &altSidebarName)
virtual MemberList * getMemberList(MemberListType lt) const =0
virtual const NamespaceDef * getNamespaceDef() const =0
@ HLI_AnnotatedInterfaces
#define Config_updateBool(name, value)
virtual QCString navigationPathAsString() const =0
virtual bool isStrong() const =0
void writeQuickLinks(bool compact, HighlightedItem hli, const QCString &file)
Representation of a legend explaining the meaning of boxes, arrows, and colors
virtual bool isForeign() const =0
int getPrefixIndex(const QCString &name)
static int countAnnotatedClasses(int *cp, ClassDef::CompoundType ct)
QCString mid(size_t index, size_t len=static_cast< size_t >(-1)) const
QCString substitute(const QCString &s, const QCString &src, const QCString &dst)
substitute all occurrences of src in s by dst
virtual bool isLinkableInProject() const =0
static void writeMenuData()
void startTitleHead(const QCString &fileName)
#define Config_getBool(name)
virtual const MemberDef * getEnumScope() const =0
virtual bool isEnumerate() const =0
static LayoutDocManager & instance()
Returns a reference to this singleton.
static std::array< MemberIndexMap, CMHL_Total > g_classIndexLetterUsed
virtual bool isEnumValue() const =0
virtual QCString trLegendTitle()=0
void parseText(const QCString &textStr)
virtual const FileDef * getFileDef() const =0
#define Config_getString(name)
void writeGraph(const QCString &path)
int documentedNamespaceMembers[NMHL_Total]
void generateDoc(const QCString &fileName, int startLine, const Definition *ctx, const MemberDef *md, const QCString &docStr, bool indexWords, bool isExample, const QCString &exampleName, bool singleLine, bool linkFromIndex, bool markdownSupport)
void pushGeneratorState()
A model of a file symbol.
static std::array< MemberIndexMap, FMHL_Total > g_fileIndexLetterUsed
void writeFooter(const QCString &navPath)
int annotatedExceptionsPrinted
static void countFiles(int &htmlFiles, int &files)
int annotatedStructsPrinted
void startFile(const QCString &name, const QCString &manName, const QCString &title)
virtual bool isRelated() const =0
const LayoutNavEntryList & children() const
virtual QCString typeString() const =0
static int countConcepts()
A list of MemberDef objects as shown in documentation sections.
virtual bool isEvent() const =0
void endFile(OutputList &ol, bool skipNavIndex, bool skipEndContents, const QCString &navPath)
This is an alternative implementation of QCString.