My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
TokenInfo Struct Reference

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
 

Detailed Description

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

Definition at line 71 of file doctokenizer.h.

Member Enumeration Documentation

Enumerator
In 
Out 
InOut 
Unspecified 

Definition at line 113 of file doctokenizer.h.

{ In=1, Out=2, InOut=3, Unspecified=0 };

Member Data Documentation

HtmlAttribList TokenInfo::attribs
QCString TokenInfo::chars
bool TokenInfo::emptyTag

Definition at line 104 of file doctokenizer.h.

Referenced by DocPara::handleHtmlStartTag().

bool TokenInfo::endTag
int TokenInfo::id
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
ParamDir TokenInfo::paramDir

Definition at line 114 of file doctokenizer.h.

Referenced by DocPara::handleCommand().

QCString TokenInfo::sectionId
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

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