|
|
void | handleImg (DocNodeVariant *parent, DocNodeList &children, const HtmlAttribList &tagHtmlAttribs) |
| |
|
Token | internalValidatingParseDoc (DocNodeVariant *parent, DocNodeList &children, const DString &doc) |
| |
|
DString | processCopyDoc (const char *data, size_t &len) |
| |
| DString | findAndCopyImage (const DString &fileName, DocImage::Type type, bool doWarn=true) |
| |
| void | checkArgumentName () |
| |
| void | checkRetvalName () |
| |
| void | checkUnOrMultipleDocumentedParams () |
| |
| bool | findDocsForMemberOrCompound (const DString &commandName, DString *pDoc, DString *pBrief, const Definition **pDef) |
| |
|
bool | defaultHandleToken (DocNodeVariant *parent, Token &tok, DocNodeList &children, bool handleWord=true) |
| |
|
void | errorHandleDefaultToken (DocNodeVariant *parent, Token tok, DocNodeList &children, const DString &txt) |
| |
|
void | defaultHandleTitleAndSize (const CommandType cmd, DocNodeVariant *parent, DocNodeList &children, DString &width, DString &height) |
| |
|
Token | handleStyleArgument (DocNodeVariant *parent, DocNodeList &children, const DString &cmdName) |
| |
| void | handleStyleEnter (DocNodeVariant *parent, DocNodeList &children, DocStyleChange::Style s, const DString &tagName, const HtmlAttribList *attribs) |
| |
| void | handleStyleLeave (DocNodeVariant *parent, DocNodeList &children, DocStyleChange::Style s, const DString &tagName) |
| |
| void | handlePendingStyleCommands (DocNodeVariant *parent, DocNodeList &children, size_t numberOfElementsToClose=0) |
| |
|
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, bool typeLinkOnly=false) |
| |
|
void | handleParameterType (DocNodeVariant *parent, DocNodeList &children, const DString ¶mTypes) |
| |
|
void | handleInternalRef (DocNodeVariant *parent, DocNodeList &children) |
| |
|
void | handleAnchor (DocNodeVariant *parent, DocNodeList &children) |
| |
|
void | handleCite (DocNodeVariant *parent, DocNodeList &children) |
| |
|
void | handlePrefix (DocNodeVariant *parent, DocNodeList &children) |
| |
|
void | handleImage (DocNodeVariant *parent, DocNodeList &children) |
| |
|
void | handleRef (DocNodeVariant *parent, DocNodeList &children, char cmdChar, const DString &cmdName) |
| |
|
void | handleIFile (char cmdChar, const DString &cmdName) |
| |
|
void | handleILine (char cmdChar, const DString &cmdName) |
| |
|
void | readTextFileByName (const DString &file, DString &text) |
| |