浏览该文件的文档.
19 #ifndef DOCTOKENIZER_H
20 #define DOCTOKENIZER_H
137 void init(
const char *input,
const QCString &fileName,
bool markdownSupport);
182 std::unique_ptr<Private>
p;
std::unique_ptr< Private > p
static const char * tokToString(int token)
void setStateInternalRef()
The common base class of all entity definitions found in the sources.
Class representing a list of HTML attributes.
void findSections(const QCString &input, const Definition *d, const QCString &fileName)
@ RetVal_OK
Command starting with \
void init(const char *input, const QCString &fileName, bool markdownSupport)
void replaceToken(TokenInfo *newToken)
void setStatePlantUMLOpt()
void pushBackHtmlTag(const QCString &tag)
Data associated with a token used by the comment block parser.
static const char * retvalToString(int retval)
void setInsidePre(bool b)
void setLineNr(int lineno)
@ TK_HTMLTAG
Command starting with @
void setStateTitleAttrValue()
This is an alternative implementation of QCString.