Doxygen
|
Data associated with a token used by the comment block parser. More...
#include <src/doctokenizer.h>
Public Types | |
enum | ParamDir { In =1 , Out =2 , InOut =3 , Unspecified =0 } |
Public Attributes | |
QCString | name |
QCString | text |
bool | isEnumList = false |
bool | isCheckedList = false |
int | indent = 0 |
QCString | sectionId |
QCString | simpleSectName |
QCString | simpleSectText |
QCString | verb |
int | id = -1 |
HtmlAttribList | attribs |
bool | endTag = false |
bool | emptyTag = false |
QCString | attribsStr |
QCString | chars |
bool | isEMailAddr = false |
ParamDir | paramDir = Unspecified |
Data associated with a token used by the comment block parser.
Definition at line 133 of file doctokenizer.h.
enum TokenInfo::ParamDir |
HtmlAttribList TokenInfo::attribs |
Definition at line 162 of file doctokenizer.h.
Referenced by DocHRef::parse(), DocHtmlDescData::parse(), DocHtmlDescList::parse(), DocHtmlHeader::parse(), DocHtmlList::parse(), DocHtmlRow::parse(), DocHtmlTable::parse(), DocHtmlList::parseXml(), DocHtmlRow::parseXml(), and DocHtmlTable::parseXml().
QCString TokenInfo::attribsStr |
Definition at line 165 of file doctokenizer.h.
Referenced by DocPara::handleHtmlStartTag().
QCString TokenInfo::chars |
Definition at line 168 of file doctokenizer.h.
Referenced by DocPara::parse(), and DocText::parse().
bool TokenInfo::emptyTag = false |
Definition at line 164 of file doctokenizer.h.
bool TokenInfo::endTag = false |
Definition at line 163 of file doctokenizer.h.
Referenced by DocHtmlTable::parseXml().
int TokenInfo::id = -1 |
Definition at line 159 of file doctokenizer.h.
Referenced by DocPara::handleCommand(), DocPara::handleXRefItem(), and DocAutoList::parse().
int TokenInfo::indent = 0 |
Definition at line 146 of file doctokenizer.h.
Referenced by DocPara::parse().
bool TokenInfo::isCheckedList = false |
Definition at line 145 of file doctokenizer.h.
Referenced by DocPara::parse().
bool TokenInfo::isEMailAddr = false |
Definition at line 171 of file doctokenizer.h.
Referenced by DocPara::parse().
bool TokenInfo::isEnumList = false |
Definition at line 144 of file doctokenizer.h.
Referenced by DocPara::parse().
QCString TokenInfo::name |
Definition at line 136 of file doctokenizer.h.
Referenced by checkIfHtmlEndTagEndsAutoList(), DocPara::handleCite(), DocPara::handleCommand(), DocPara::handleDoxyConfig(), DocPara::handleEmoji(), DocPara::handleFile(), DocPara::handleHtmlStartTag(), DocPara::handleIFile(), DocPara::handleInclude(), DocPara::handleIncludeOperator(), DocPara::handleLink(), DocPara::handleRef(), DocPara::handleSection(), DocPara::handleShowDate(), DocPara::handleStartCode(), DocPara::handleXRefItem(), DocPara::injectToken(), DocHtmlDescTitle::parse(), DocIndexEntry::parse(), DocLink::parse(), DocPara::parse(), DocParamList::parse(), DocSecRefList::parse(), DocText::parse(), and DocParamList::parseXml().
ParamDir TokenInfo::paramDir = Unspecified |
Definition at line 175 of file doctokenizer.h.
QCString TokenInfo::sectionId |
Definition at line 149 of file doctokenizer.h.
Referenced by DocPara::handleCite(), DocPara::handleCommand(), DocPara::handleSection(), DocInternal::parse(), DocRoot::parse(), and DocSection::parse().
QCString TokenInfo::simpleSectName |
Definition at line 152 of file doctokenizer.h.
Referenced by DocPara::parse().
QCString TokenInfo::simpleSectText |
Definition at line 153 of file doctokenizer.h.
Referenced by DocPara::parse().
QCString TokenInfo::text |
Definition at line 139 of file doctokenizer.h.
Referenced by DocPara::parse(), and DocSimpleSect::parseRcs().
QCString TokenInfo::verb |
Definition at line 156 of file doctokenizer.h.
Referenced by DocPara::handleCommand(), and DocPara::handleStartCode().