My Project
|
Data associated with a token used by the comment block parser. More...
#include <doctokenizer.h>
Public Types | |
enum | ParamDir { In =1, Out =2, InOut =3, Unspecified =0 } |
Public Attributes | |
char | unknownChar |
QCString | name |
QCString | text |
bool | isEnumList |
int | indent |
QCString | sectionId |
QCString | simpleSectName |
QCString | simpleSectText |
QCString | verb |
int | id |
HtmlAttribList | attribs |
bool | endTag |
bool | emptyTag |
QCString | chars |
bool | isEMailAddr |
ParamDir | paramDir |
Data associated with a token used by the comment block parser.
Definition at line 71 of file doctokenizer.h.
enum TokenInfo::ParamDir |
HtmlAttribList TokenInfo::attribs |
Definition at line 102 of file doctokenizer.h.
Referenced by defaultHandleToken(), DocPara::handleHtmlStartTag(), DocHtmlHeader::parse(), DocHtmlDescTitle::parse(), DocHtmlDescList::parse(), DocHtmlList::parse(), DocPara::parse(), DocHtmlDescData::parse(), DocHtmlRow::parse(), DocHtmlTable::parse(), DocHtmlList::parseXml(), DocHtmlRow::parseXml(), and DocHtmlTable::parseXml().
QCString TokenInfo::chars |
Definition at line 107 of file doctokenizer.h.
Referenced by defaultHandleTitleAndSize(), defaultHandleToken(), DocPara::parse(), and DocText::parse().
bool TokenInfo::emptyTag |
Definition at line 104 of file doctokenizer.h.
Referenced by DocPara::handleHtmlStartTag().
bool TokenInfo::endTag |
Definition at line 103 of file doctokenizer.h.
Referenced by defaultHandleToken(), handleStyleArgument(), DocHRef::parse(), DocHtmlHeader::parse(), DocHtmlDescTitle::parse(), DocHtmlDescList::parse(), DocHtmlList::parse(), DocPara::parse(), DocHtmlCell::parse(), DocHtmlCaption::parse(), DocHtmlRow::parse(), DocHtmlTable::parse(), DocHtmlList::parseXml(), DocHtmlCell::parseXml(), DocHtmlRow::parseXml(), and DocHtmlTable::parseXml().
int TokenInfo::id |
Definition at line 99 of file doctokenizer.h.
Referenced by defaultHandleToken(), DocPara::handleCommand(), DocPara::handleXRefItem(), and DocAutoList::parse().
int TokenInfo::indent |
Definition at line 86 of file doctokenizer.h.
Referenced by DocAutoList::parse(), DocAutoListItem::parse(), and DocPara::parse().
bool TokenInfo::isEMailAddr |
Definition at line 110 of file doctokenizer.h.
Referenced by defaultHandleToken(), and DocPara::parse().
bool TokenInfo::isEnumList |
Definition at line 85 of file doctokenizer.h.
Referenced by DocAutoList::parse(), and DocPara::parse().
QCString TokenInfo::name |
Definition at line 77 of file doctokenizer.h.
Referenced by defaultHandleTitleAndSize(), defaultHandleToken(), handleAnchor(), DocPara::handleCite(), DocPara::handleCommand(), DocPara::handleFile(), DocPara::handleHtmlStartTag(), DocPara::handleImage(), DocPara::handleInclude(), DocPara::handleIncludeOperator(), handleInternalRef(), DocPara::handleLink(), handleLinkedWord(), handleParameterType(), DocPara::handleRef(), DocPara::handleSection(), DocPara::handleStartCode(), handleStyleArgument(), DocPara::handleXRefItem(), DocPara::injectToken(), DocIndexEntry::parse(), DocTitle::parse(), DocVhdlFlow::parse(), DocLink::parse(), DocRef::parse(), DocInternalRef::parse(), DocHRef::parse(), DocHtmlHeader::parse(), DocHtmlDescTitle::parse(), DocHtmlDescList::parse(), DocSecRefItem::parse(), DocSecRefList::parse(), DocHtmlList::parse(), DocPara::parse(), DocParamList::parse(), DocHtmlCell::parse(), DocHtmlCaption::parse(), DocHtmlRow::parse(), DocHtmlTable::parse(), DocText::parse(), DocSimpleSect::parseRcs(), DocHtmlList::parseXml(), DocParamList::parseXml(), DocHtmlCell::parseXml(), DocHtmlRow::parseXml(), and DocHtmlTable::parseXml().
ParamDir TokenInfo::paramDir |
Definition at line 114 of file doctokenizer.h.
Referenced by DocPara::handleCommand().
QCString TokenInfo::sectionId |
Definition at line 89 of file doctokenizer.h.
Referenced by DocPara::handleCite(), DocPara::handleCommand(), DocPara::handleSection(), DocSection::parse(), DocInternal::parse(), and DocRoot::parse().
QCString TokenInfo::simpleSectName |
Definition at line 92 of file doctokenizer.h.
Referenced by DocPara::parse().
QCString TokenInfo::simpleSectText |
Definition at line 93 of file doctokenizer.h.
Referenced by DocPara::parse().
QCString TokenInfo::text |
Definition at line 80 of file doctokenizer.h.
Referenced by DocPara::parse(), and DocSimpleSect::parseRcs().
char TokenInfo::unknownChar |
Definition at line 74 of file doctokenizer.h.
QCString TokenInfo::verb |
Definition at line 96 of file doctokenizer.h.
Referenced by defaultHandleToken(), DocPara::handleCommand(), and DocPara::handleStartCode().