Doxygen
Loading...
Searching...
No Matches
TokenInfo Struct Reference

Data associated with a token used by the comment block parser. More...

#include <src/doctokenizer.h>

+ Collaboration diagram for TokenInfo:

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
 

Detailed Description

Data associated with a token used by the comment block parser.

Definition at line 133 of file doctokenizer.h.

Member Enumeration Documentation

◆ ParamDir

Enumerator
In 
Out 
InOut 
Unspecified 

Definition at line 174 of file doctokenizer.h.

Member Data Documentation

◆ attribs

◆ attribsStr

QCString TokenInfo::attribsStr

Definition at line 165 of file doctokenizer.h.

Referenced by DocPara::handleHtmlStartTag().

◆ chars

QCString TokenInfo::chars

Definition at line 168 of file doctokenizer.h.

Referenced by DocPara::parse(), and DocText::parse().

◆ emptyTag

bool TokenInfo::emptyTag = false

Definition at line 164 of file doctokenizer.h.

◆ endTag

bool TokenInfo::endTag = false

Definition at line 163 of file doctokenizer.h.

Referenced by DocHtmlTable::parseXml().

◆ id

int TokenInfo::id = -1

◆ indent

int TokenInfo::indent = 0

Definition at line 146 of file doctokenizer.h.

Referenced by DocPara::parse().

◆ isCheckedList

bool TokenInfo::isCheckedList = false

Definition at line 145 of file doctokenizer.h.

Referenced by DocPara::parse().

◆ isEMailAddr

bool TokenInfo::isEMailAddr = false

Definition at line 171 of file doctokenizer.h.

Referenced by DocPara::parse().

◆ isEnumList

bool TokenInfo::isEnumList = false

Definition at line 144 of file doctokenizer.h.

Referenced by DocPara::parse().

◆ name

◆ paramDir

ParamDir TokenInfo::paramDir = Unspecified

Definition at line 175 of file doctokenizer.h.

◆ sectionId

◆ simpleSectName

QCString TokenInfo::simpleSectName

Definition at line 152 of file doctokenizer.h.

Referenced by DocPara::parse().

◆ simpleSectText

QCString TokenInfo::simpleSectText

Definition at line 153 of file doctokenizer.h.

Referenced by DocPara::parse().

◆ text

QCString TokenInfo::text

Definition at line 139 of file doctokenizer.h.

Referenced by DocPara::parse(), and DocSimpleSect::parseRcs().

◆ verb

QCString TokenInfo::verb

Definition at line 156 of file doctokenizer.h.

Referenced by DocPara::handleCommand(), and DocPara::handleStartCode().


The documentation for this struct was generated from the following file: