浏览该文件的文档.
26 #define DOX_NOGROUP -1
54 int indentLevel,
const ClassDef *inheritedFrom,
const QCString &inheritId)
const;
57 bool showInline=
FALSE)
const;
void distributeMemberGroupDocumentation()
const Definition * m_container
MemberList * inDeclSection
The common base class of all entity definitions found in the sources.
void writeDeclarations(OutputList &ol, const ClassDef *cd, const NamespaceDef *nd, const FileDef *fd, const GroupDef *gd, bool showInline=FALSE) const
An abstract interface of a namespace symbol.
This file contains a number of basic enums and types.
int countInheritableMembers(const ClassDef *inheritedFrom) const
int numDecEnumValues() const
This struct represents an item in the list of references.
void addListReferences(Definition *d)
Text streaming class that buffers data.
void writeDocumentation(OutputList &ol, const QCString &scopeName, const Definition *container, bool showEnumValues, bool showInline) const
A model of a group of symbols.
void addGroupedInheritedMembers(OutputList &ol, const ClassDef *cd, MemberListType lt, const ClassDef *inheritedFrom, const QCString &inheritId) const
Class representing a list of output generators that are written to in parallel.
RefItemVector m_xrefListItems
A model of a class/file/namespace member symbol.
void writeDocumentationPage(OutputList &ol, const QCString &scopeName, const DefinitionMutable *container) const
A abstract class representing of a compound symbol.
int numDocMembers() const
std::unordered_map< int, std::unique_ptr< MemberGroupInfo > > MemberGroupInfoMap
void findSectionsInDocumentation(const Definition *d)
const QCString & documentation() const
void writePlainDeclarations(OutputList &ol, bool inGroup, const ClassDef *cd, const NamespaceDef *nd, const FileDef *fd, const GroupDef *gd, int indentLevel, const ClassDef *inheritedFrom, const QCString &inheritId) const
const Definition * container() const
MemberGroup(const Definition *container, int id, const QCString &header, const QCString &docs, const QCString &docFile, int docLine, MemberListContainer con)
Data collected for a member group
int numDecMembers() const
void setRefItems(const RefItemVector &sli)
std::vector< RefItem * > RefItemVector
std::unique_ptr< MemberList > memberList
bool allMembersInSameSection() const
void insertMember(const MemberDef *md)
const MemberList & members() const
void writeTagFile(TextStream &)
A model of a file symbol.
A class representing a group of members.
void addToDeclarationSection()
void setRefItems(const RefItemVector &sli)
A list of MemberDef objects as shown in documentation sections.
int numDocEnumValues() const
void setAnonymousEnumType()
int countGroupedInheritedMembers(MemberListType lt)
This is an alternative implementation of QCString.