|
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 135 of file doctokenizer.h.
| enum TokenInfo::ParamDir |
| HtmlAttribList TokenInfo::attribs |
Definition at line 164 of file doctokenizer.h.
Referenced by DocHRef::parse(), DocHtmlDescData::parse(), DocHtmlDescList::parse(), DocHtmlDescTitle::parse(), DocHtmlHeader::parse(), DocHtmlList::parse(), DocHtmlRow::parse(), DocHtmlTable::parse(), DocHtmlList::parseXml(), DocHtmlRow::parseXml(), and DocHtmlTable::parseXml().
| QCString TokenInfo::attribsStr |
Definition at line 167 of file doctokenizer.h.
Referenced by DocPara::handleHtmlStartTag().
| QCString TokenInfo::chars |
Definition at line 170 of file doctokenizer.h.
Referenced by DocPara::parse(), and DocText::parse().
| bool TokenInfo::emptyTag = false |
Definition at line 166 of file doctokenizer.h.
| bool TokenInfo::endTag = false |
Definition at line 165 of file doctokenizer.h.
Referenced by DocHtmlTable::parseXml().
| int TokenInfo::id = -1 |
Definition at line 161 of file doctokenizer.h.
Referenced by DocPara::handleCommand(), DocPara::handleXRefItem(), and DocAutoList::parse().
| int TokenInfo::indent = 0 |
Definition at line 148 of file doctokenizer.h.
Referenced by DocPara::parse().
| bool TokenInfo::isCheckedList = false |
Definition at line 147 of file doctokenizer.h.
Referenced by DocPara::parse().
| bool TokenInfo::isEMailAddr = false |
Definition at line 173 of file doctokenizer.h.
Referenced by DocPara::parse().
| bool TokenInfo::isEnumList = false |
Definition at line 146 of file doctokenizer.h.
Referenced by DocPara::parse().
| QCString TokenInfo::name |
Definition at line 138 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(), DocParamList::parseXml(), and skipSpacesForTable().
| ParamDir TokenInfo::paramDir = Unspecified |
Definition at line 177 of file doctokenizer.h.
| QCString TokenInfo::sectionId |
Definition at line 151 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 154 of file doctokenizer.h.
Referenced by DocPara::parse().
| QCString TokenInfo::simpleSectText |
Definition at line 155 of file doctokenizer.h.
Referenced by DocPara::parse().
| QCString TokenInfo::text |
Definition at line 141 of file doctokenizer.h.
Referenced by DocPara::parse(), and DocSimpleSect::parseRcs().
| QCString TokenInfo::verb |
Definition at line 158 of file doctokenizer.h.
Referenced by DocPara::handleCommand(), and DocPara::handleStartCode().