Doxygen
Loading...
Searching...
No Matches
TokenInfo Class 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

DString name
DString text
bool isEnumList = false
bool isCheckedList = false
int indent = 0
DString sectionId
DString simpleSectName
DString simpleSectText
DString verb
int id = -1
HtmlAttribList attribs
bool endTag = false
bool emptyTag = false
DString attribsStr
DString chars
bool isEMailAddr = false
ParamDir paramDir = Unspecified

Detailed Description

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

Definition at line 132 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

DString TokenInfo::attribsStr

Definition at line 165 of file doctokenizer.h.

Referenced by DocPara::handleHtmlStartTag().

◆ chars

◆ emptyTag

bool TokenInfo::emptyTag = false

Definition at line 164 of file doctokenizer.h.

◆ endTag

◆ 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 DocParser::defaultHandleToken(), and 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

DString TokenInfo::simpleSectName

Definition at line 152 of file doctokenizer.h.

Referenced by DocPara::parse().

◆ simpleSectText

DString TokenInfo::simpleSectText

Definition at line 153 of file doctokenizer.h.

Referenced by DocPara::parse().

◆ text

DString TokenInfo::text

◆ verb

DString TokenInfo::verb

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