|
|
void | pushContext () |
| |
|
void | popContext () |
| |
|
void | handleImg (DocNodeVariant *parent, DocNodeList &children, const HtmlAttribList &tagHtmlAttribs) |
| |
|
Token | internalValidatingParseDoc (DocNodeVariant *parent, DocNodeList &children, const QCString &doc) |
| |
|
QCString | processCopyDoc (const char *data, size_t &len) |
| |
| QCString | findAndCopyImage (const QCString &fileName, DocImage::Type type, bool doWarn=true) |
| |
| void | checkArgumentName () |
| |
| void | checkRetvalName () |
| |
| void | checkUnOrMultipleDocumentedParams () |
| |
| bool | findDocsForMemberOrCompound (const QCString &commandName, QCString *pDoc, QCString *pBrief, const Definition **pDef) |
| |
|
bool | defaultHandleToken (DocNodeVariant *parent, Token tok, DocNodeList &children, bool handleWord=TRUE) |
| |
|
void | errorHandleDefaultToken (DocNodeVariant *parent, Token tok, DocNodeList &children, const QCString &txt) |
| |
|
void | defaultHandleTitleAndSize (const CommandType cmd, DocNodeVariant *parent, DocNodeList &children, QCString &width, QCString &height) |
| |
|
Token | handleStyleArgument (DocNodeVariant *parent, DocNodeList &children, const QCString &cmdName) |
| |
| void | handleStyleEnter (DocNodeVariant *parent, DocNodeList &children, DocStyleChange::Style s, const QCString &tagName, const HtmlAttribList *attribs) |
| |
| void | handleStyleLeave (DocNodeVariant *parent, DocNodeList &children, DocStyleChange::Style s, const QCString &tagName) |
| |
| void | handlePendingStyleCommands (DocNodeVariant *parent, DocNodeList &children) |
| |
|
void | handleInitialStyleCommands (DocNodeVariant *parent, DocNodeList &children) |
| |
|
Token | handleAHref (DocNodeVariant *parent, DocNodeList &children, const HtmlAttribList &tagHtmlAttribs) |
| |
|
void | handleUnclosedStyleCommands () |
| |
|
void | handleLinkedWord (DocNodeVariant *parent, DocNodeList &children, bool ignoreAutoLinkFlag=FALSE) |
| |
|
void | handleParameterType (DocNodeVariant *parent, DocNodeList &children, const QCString ¶mTypes) |
| |
|
void | handleInternalRef (DocNodeVariant *parent, DocNodeList &children) |
| |
|
void | handleAnchor (DocNodeVariant *parent, DocNodeList &children) |
| |
|
void | handlePrefix (DocNodeVariant *parent, DocNodeList &children) |
| |
|
void | handleImage (DocNodeVariant *parent, DocNodeList &children) |
| |
|
void | handleIFile (char cmdChar, const QCString &cmdName) |
| |
|
void | handleILine (char cmdChar, const QCString &cmdName) |
| |
|
void | readTextFileByName (const QCString &file, QCString &text) |
| |