Doxygen
|
This struct is used to capture the tag file information for an Entry. More...
#include <src/entry.h>
Public Attributes | |
QCString | tagName |
QCString | fileName |
QCString | anchor |
This struct is used to capture the tag file information for an Entry.
QCString TagInfo::anchor |
Definition at line 106 of file entry.h.
Referenced by addInstance(), and MemberDefImpl::setTagInfo().
QCString TagInfo::fileName |
Definition at line 105 of file entry.h.
Referenced by addClassToContext(), addConceptToContext(), addInstance(), addRelatedPage(), buildGroupListFiltered(), buildNamespaceList(), buildScopeFromQualifiedName(), and MemberDefImpl::setTagInfo().
QCString TagInfo::tagName |
Definition at line 104 of file entry.h.
Referenced by addClassToContext(), addConceptToContext(), addInstance(), addInterfaceOrServiceToServiceOrSingleton(), addMethodToClass(), addRelatedPage(), addVariableToClass(), addVariableToFile(), buildGroupListFiltered(), buildNamespaceList(), buildScopeFromQualifiedName(), findDefineDocumentation(), findUsingDeclImports(), and MemberDefImpl::setTagInfo().