My Project
|
#include <docparser.h>
Public Member Functions | |
DocPara (DocNode *parent) | |
int | parse () |
Kind | kind () const |
bool | isEmpty () const |
void | accept (DocVisitor *v) |
void | markFirst (bool v=TRUE) |
void | markLast (bool v=TRUE) |
bool | isFirst () const |
bool | isLast () const |
int | handleCommand (const QCString &cmdName) |
int | handleHtmlStartTag (const QCString &tagName, const HtmlAttribList &tagHtmlAttribs) |
int | handleHtmlEndTag (const QCString &tagName) |
int | handleSimpleSection (DocSimpleSect::Type t, bool xmlContext=FALSE) |
int | handleXRefItem () |
int | handleParamSection (const QCString &cmdName, DocParamSect::Type t, bool xmlContext, int direction) |
void | handleIncludeOperator (const QCString &cmdName, DocIncOperator::Type t) |
void | handleImage (const QCString &cmdName) |
template<class T > | |
void | handleFile (const QCString &cmdName) |
void | handleInclude (const QCString &cmdName, DocInclude::Type t) |
void | handleLink (const QCString &cmdName, bool isJavaLink) |
void | handleCite () |
void | handleRef (const QCString &cmdName) |
void | handleSection (const QCString &cmdName) |
void | handleInheritDoc () |
void | handleVhdlFlow () |
int | handleStartCode () |
int | handleHtmlHeader (const HtmlAttribList &tagHtmlAttribs, int level) |
bool | injectToken (int tok, const QCString &tokText) |
Public Member Functions inherited from CompAccept< DocPara > | |
CompAccept () | |
virtual | ~CompAccept () |
void | accept (DocPara *obj, DocVisitor *v) |
const QList< DocNode > & | children () const |
QList< DocNode > & | children () |
Public Member Functions inherited from DocNode | |
DocNode () | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private Attributes | |
QCString | m_sectionId |
bool | m_isFirst |
bool | m_isLast |
Node representing a paragraph in the documentation tree
Definition at line 1113 of file docparser.h.
|
inline |
Definition at line 1116 of file docparser.h.
References DocNode::m_parent, and DocNode::parent().
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 1121 of file docparser.h.
References CompAccept< T >::accept().
Referenced by DocSimpleListItem::accept().
void DocPara::handleCite | ( | ) |
Definition at line 4907 of file docparser.cpp.
References doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStateCite(), doctokenizerYYsetStatePara(), g_context, g_fileName, g_token, CompAccept< DocPara >::m_children, TokenInfo::name, TokenInfo::sectionId, TK_LNKWORD, TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().
Referenced by handleCommand().
int DocPara::handleCommand | ( | const QCString & | cmdName | ) |
Definition at line 5318 of file docparser.cpp.
References DocSimpleSect::Attention, DocSimpleSect::Author, DocSimpleSect::Authors, DocStyleChange::Bold, DocVerbatim::children(), CMD_ADDINDEX, CMD_AMP, CMD_ANCHOR, CMD_AT, CMD_ATTENTION, CMD_AUTHOR, CMD_AUTHORS, CMD_BOLD, CMD_BSLASH, CMD_CITE, CMD_CODE, CMD_COPYBRIEF, CMD_COPYDETAILS, CMD_COPYDOC, CMD_COPYRIGHT, CMD_DATE, CMD_DBONLY, CMD_DCOLON, CMD_DIAFILE, CMD_DOLLAR, CMD_DONTINCLUDE, CMD_DOT, CMD_DOTFILE, CMD_EMPHASIS, CMD_ENDCODE, CMD_ENDDBONLY, CMD_ENDDOT, CMD_ENDHTMLONLY, CMD_ENDINTERNAL, CMD_ENDLATEXONLY, CMD_ENDLINK, CMD_ENDMANONLY, CMD_ENDMSC, CMD_ENDPARBLOCK, CMD_ENDRTFONLY, CMD_ENDSECREFLIST, CMD_ENDUML, CMD_ENDVERBATIM, CMD_ENDXMLONLY, CMD_EXCEPTION, CMD_FORMULA, CMD_GREATER, CMD_HASH, CMD_HTMLINCLUDE, CMD_HTMLONLY, CMD_IMAGE, CMD_INCLUDE, CMD_INCLUDEDOC, CMD_INCWITHLINES, CMD_INHERITDOC, CMD_INTERNAL, CMD_INTERNALREF, CMD_INVARIANT, CMD_JAVALINK, CMD_LATEXINCLUDE, CMD_LATEXONLY, CMD_LESS, CMD_LI, CMD_LINE, CMD_LINEBREAK, CMD_LINK, CMD_MANONLY, CMD_MDASH, CMD_MINUS, CMD_MSC, CMD_MSCFILE, CMD_NDASH, CMD_NOTE, CMD_PAR, CMD_PARAGRAPH, CMD_PARAM, CMD_PARBLOCK, CMD_PERCENT, CMD_PIPE, CMD_PLUS, CMD_POST, CMD_PRE, CMD_PUNT, CMD_QUOTE, CMD_REF, CMD_REMARK, CMD_RETURN, CMD_RETVAL, CMD_RTFONLY, CMD_SA, CMD_SECREFITEM, CMD_SECREFLIST, CMD_SECTION, CMD_SINCE, CMD_SKIP, CMD_SKIPLINE, CMD_SNIPPET, CMD_SNIPPETDOC, CMD_STARTCODE, CMD_STARTUML, CMD_SUBPAGE, CMD_SUBSECTION, CMD_SUBSUBSECTION, CMD_TPARAM, CMD_UNKNOWN, CMD_UNTIL, CMD_VERBATIM, CMD_VERBINCLUDE, CMD_VERSION, CMD_VHDLFLOW, CMD_WARNING, CMD_XMLONLY, CMD_XREFITEM, Mappers::cmdMapper, DocStyleChange::Code, Config_getString, DocSimpleSect::Copyright, DocSimpleSect::Date, DBG, defaultHandleTitleAndSize(), DocVerbatim::DocbookOnly, doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStateCode(), doctokenizerYYsetStateDbOnly(), doctokenizerYYsetStateDot(), doctokenizerYYsetStateHtmlOnly(), doctokenizerYYsetStateLatexOnly(), doctokenizerYYsetStateManOnly(), doctokenizerYYsetStateMsc(), doctokenizerYYsetStatePara(), doctokenizerYYsetStatePlantUML(), doctokenizerYYsetStatePlantUMLOpt(), doctokenizerYYsetStateRtfOnly(), doctokenizerYYsetStateVerbatim(), doctokenizerYYsetStateXmlOnly(), DocInclude::DontInclude, DocVerbatim::Dot, DocParamSect::Exception, g_context, g_exampleName, g_fileName, g_hasReturnCommand, g_inSeeBlock, g_isExample, g_nodeStack, g_token, Doxygen::globalScope, handleAnchor(), handleCite(), handleImage(), handleInclude(), handleIncludeOperator(), handleInheritDoc(), handleInternalRef(), handleLink(), handleParamSection(), handleRef(), handleSection(), handleSimpleSection(), handleStartCode(), handleStyleArgument(), handleVhdlFlow(), handleXRefItem(), DocInclude::HtmlInclude, DocVerbatim::HtmlOnly, TokenInfo::id, DocInclude::Include, DocInclude::IncludeDoc, DocInclude::IncWithLines, INTERNAL_ASSERT, DocSimpleSect::Invar, DocStyleChange::Italic, DocInclude::LatexInclude, DocVerbatim::LatexOnly, DocIncOperator::Line, CompAccept< DocPara >::m_children, DocVerbatim::ManOnly, Mapper::map(), DocVerbatim::Msc, TokenInfo::name, DocSimpleSect::Note, DocParamSect::Param, TokenInfo::paramDir, DocIndexEntry::parse(), DocInternalRef::parse(), DocSecRefList::parse(), DocParBlock::parse(), DocSimpleList::parse(), DocVerbatim::PlantUML, DocSimpleSect::Post, DocSimpleSect::Pre, DocSimpleSect::Remark, DocSimpleSect::Return, DocParamSect::RetVal, RetVal_EndInternal, RetVal_EndList, RetVal_EndParBlock, RetVal_Internal, RetVal_OK, RetVal_Paragraph, RetVal_Section, RetVal_SimpleSec, RetVal_Subsection, RetVal_Subsubsection, RetVal_SwitchLang, DocVerbatim::RtfOnly, TokenInfo::sectionId, DocSimpleSect::See, DocVerbatim::setHeight(), DocVerbatim::setText(), DocVerbatim::setWidth(), DocSimpleSect::Since, DocIncOperator::Skip, DocIncOperator::SkipLine, DocInclude::Snippet, DocInclude::SnippetDoc, DocSymbol::Sym_Amp, DocSymbol::Sym_At, DocSymbol::Sym_BSlash, DocSymbol::Sym_Dollar, DocSymbol::Sym_Dot, DocSymbol::Sym_DoubleColon, DocSymbol::Sym_Greater, DocSymbol::Sym_Hash, DocSymbol::Sym_Less, DocSymbol::Sym_Minus, DocSymbol::Sym_Percent, DocSymbol::Sym_Pipe, DocSymbol::Sym_Plus, DocSymbol::Sym_Quot, DocParamSect::TemplateParam, TK_ENDLIST, TK_LISTITEM, TK_NEWPARA, TK_WORD, DocIncOperator::Until, DocSimpleSect::User, TokenInfo::verb, DocVerbatim::Verbatim, DocInclude::VerbInclude, DocSimpleSect::Version, warn_doc_error(), DocSimpleSect::Warning, and DocVerbatim::XmlOnly.
Referenced by parse().
void DocPara::handleFile | ( | const QCString & | cmdName | ) |
Definition at line 5066 of file docparser.cpp.
References doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStateFile(), doctokenizerYYsetStatePara(), g_context, g_fileName, g_token, CompAccept< DocPara >::m_children, TokenInfo::name, TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().
int DocPara::handleHtmlEndTag | ( | const QCString & | tagName | ) |
Definition at line 6205 of file docparser.cpp.
References DocStyleChange::Bold, DocStyleChange::Center, DocStyleChange::Code, DBG, DocStyleChange::Div, doctokenizerYYlineno, doctokenizerYYsetInsidePre(), g_fileName, handleStyleLeave(), HTML_A, HTML_BLOCKQUOTE, HTML_BOLD, HTML_BR, HTML_CAPTION, HTML_CENTER, HTML_CODE, HTML_DD, HTML_DIV, HTML_DL, HTML_DT, HTML_EMPHASIS, HTML_H1, HTML_H2, HTML_H3, HTML_H4, HTML_H5, HTML_H6, HTML_HR, HTML_IMG, HTML_LI, HTML_OL, HTML_P, HTML_PRE, HTML_SMALL, HTML_SPAN, HTML_SUB, HTML_SUP, HTML_TABLE, HTML_TD, HTML_TH, HTML_TR, HTML_UL, HTML_UNKNOWN, Mappers::htmlTagMapper, insideLI(), insideOL(), insideUL(), DocStyleChange::Italic, CompAccept< DocPara >::m_children, Mapper::map(), DocStyleChange::Preformatted, RetVal_CloseXml, RetVal_EndBlockQuote, RetVal_EndDesc, RetVal_EndList, RetVal_EndTable, RetVal_OK, DocNode::setInsidePreformatted(), DocStyleChange::Small, DocStyleChange::Span, DocStyleChange::Subscript, DocStyleChange::Superscript, TK_NEWPARA, warn_doc_error(), XML_C, XML_DESCRIPTION, XML_EXAMPLE, XML_EXCEPTION, XML_INCLUDE, XML_INHERITDOC, XML_ITEM, XML_LIST, XML_LISTHEADER, XML_PARA, XML_PARAM, XML_PARAMREF, XML_PERMISSION, XML_REMARKS, XML_RETURNS, XML_SEE, XML_SEEALSO, XML_SUMMARY, XML_TERM, XML_TYPEPARAM, XML_TYPEPARAMREF, and XML_VALUE.
Referenced by parse().
int DocPara::handleHtmlHeader | ( | const HtmlAttribList & | tagHtmlAttribs, |
int | level | ||
) |
Definition at line 5247 of file docparser.cpp.
References CompAccept< DocPara >::m_children, DocHtmlHeader::parse(), RetVal_OK, and TK_NEWPARA.
Referenced by handleHtmlStartTag().
int DocPara::handleHtmlStartTag | ( | const QCString & | tagName, |
const HtmlAttribList & | tagHtmlAttribs | ||
) |
Definition at line 5820 of file docparser.cpp.
References DocSimpleSect::appendLinkWord(), TokenInfo::attribs, DocStyleChange::Bold, DocStyleChange::Center, DocStyleChange::Code, Config_getBool, DBG, DocStyleChange::Div, doctokenizerYYlineno, doctokenizerYYsetInsidePre(), doctokenizerYYsetStatePara(), doctokenizerYYsetStateXmlCode(), TokenInfo::emptyTag, DocParamSect::Exception, findAttribute(), g_fileName, g_hasReturnCommand, g_inSeeBlock, g_nodeStack, g_token, g_xmlComment, handleAHref(), handleHtmlHeader(), handleImg(), handleInheritDoc(), handleLinkedWord(), handleParamSection(), handleSimpleSection(), handleStartCode(), handleStyleEnter(), HTML_A, HTML_BLOCKQUOTE, HTML_BOLD, HTML_BR, HTML_CAPTION, HTML_CENTER, HTML_CODE, HTML_DD, HTML_DIV, HTML_DL, HTML_DT, HTML_EMPHASIS, HTML_H1, HTML_H2, HTML_H3, HTML_H4, HTML_H5, HTML_H6, HTML_HR, HTML_IMG, HTML_LI, HTML_OL, HTML_P, HTML_PRE, HTML_SMALL, HTML_SPAN, HTML_SUB, HTML_SUP, HTML_TABLE, HTML_TD, HTML_TH, HTML_TR, HTML_UL, HTML_UNKNOWN, Mappers::htmlTagMapper, insideOL(), insideTable(), insideUL(), DocStyleChange::Italic, DocNode::kind(), DocNode::Kind_SimpleSect, CompAccept< DocPara >::m_children, Mapper::map(), TokenInfo::name, DocHtmlList::Ordered, DocParamSect::Param, DocLink::parse(), DocHtmlDescList::parse(), DocHtmlList::parse(), DocHtmlTable::parse(), DocHtmlBlockQuote::parse(), DocHtmlList::parseXml(), DocHtmlTable::parseXml(), DocStyleChange::Preformatted, DocSimpleSect::Return, RetVal_DescTitle, RetVal_ListItem, RetVal_OK, RetVal_TableCell, RetVal_TableHCell, RetVal_TableRow, DocSimpleSect::See, DocNode::setInsidePreformatted(), DocStyleChange::Small, DocStyleChange::Span, DocStyleChange::Subscript, DocStyleChange::Superscript, DocParamSect::TemplateParam, TK_NEWPARA, TK_WORD, HtmlAttribList::toString(), unescapeCRef(), DocHtmlList::Unordered, warn_doc_error(), XML_C, XML_CmdMask, XML_DESCRIPTION, XML_EXAMPLE, XML_EXCEPTION, XML_INCLUDE, XML_INHERITDOC, XML_ITEM, XML_LIST, XML_LISTHEADER, XML_PARA, XML_PARAM, XML_PARAMREF, XML_PERMISSION, XML_REMARKS, XML_RETURNS, XML_SEE, XML_SEEALSO, XML_SUMMARY, XML_TERM, XML_TYPEPARAM, XML_TYPEPARAMREF, and XML_VALUE.
Referenced by parse().
void DocPara::handleImage | ( | const QCString & | cmdName | ) |
Definition at line 5014 of file docparser.cpp.
References DocImage::DocBook, doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStateFile(), doctokenizerYYsetStatePara(), findAndCopyImage(), g_fileName, g_token, DocImage::Html, DocImage::Latex, CompAccept< DocPara >::m_children, TokenInfo::name, DocImage::parse(), DocImage::Rtf, TK_LNKWORD, TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().
Referenced by handleCommand().
void DocPara::handleInclude | ( | const QCString & | cmdName, |
DocInclude::Type | t | ||
) |
Definition at line 5150 of file docparser.cpp.
References DBG, docParserPopContext(), docParserPushContext(), doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStateFile(), doctokenizerYYsetStatePara(), doctokenizerYYsetStateSnippet(), extractBlock(), g_context, g_exampleName, g_fileName, g_isExample, g_token, DocInclude::IncludeDoc, internalValidatingParseDoc(), lineBlock(), CompAccept< DocPara >::m_children, TokenInfo::name, DocInclude::parse(), readTextFileByName(), DocInclude::Snippet, DocInclude::SnippetDoc, TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().
Referenced by handleCommand().
void DocPara::handleIncludeOperator | ( | const QCString & | cmdName, |
DocIncOperator::Type | t | ||
) |
Definition at line 4961 of file docparser.cpp.
References DBG, doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStatePara(), doctokenizerYYsetStatePattern(), g_context, g_exampleName, g_fileName, g_isExample, g_token, isFirst(), DocNode::kind(), DocNode::Kind_IncOperator, DocNode::Kind_WhiteSpace, CompAccept< DocPara >::m_children, DocIncOperator::markFirst(), DocIncOperator::markLast(), TokenInfo::name, DocIncOperator::parse(), TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().
Referenced by handleCommand().
void DocPara::handleInheritDoc | ( | ) |
Definition at line 5289 of file docparser.cpp.
References MemberDef::briefDescription(), docParserPopContext(), docParserPushContext(), MemberDef::documentation(), g_context, g_copyStack, g_memberDef, g_nodeStack, g_styleStack, Definition::getOuterScope(), Doxygen::globalScope, internalValidatingParseDoc(), CompAccept< DocPara >::m_children, Definition::name(), and MemberDef::reimplements().
Referenced by handleCommand(), and handleHtmlStartTag().
void DocPara::handleLink | ( | const QCString & | cmdName, |
bool | isJavaLink | ||
) |
Definition at line 5097 of file docparser.cpp.
References doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStateLink(), doctokenizerYYsetStatePara(), g_fileName, g_token, CompAccept< DocPara >::m_children, TokenInfo::name, DocLink::parse(), TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().
Referenced by handleCommand().
int DocPara::handleParamSection | ( | const QCString & | cmdName, |
DocParamSect::Type | t, | ||
bool | xmlContext = FALSE , |
||
int | direction = DocParamSect::Unspecified |
||
) |
Definition at line 4885 of file docparser.cpp.
References DocNode::Kind_ParamSect, CompAccept< DocPara >::m_children, DocParamSect::parse(), RetVal_OK, and TK_NEWPARA.
Referenced by handleCommand(), and handleHtmlStartTag().
void DocPara::handleRef | ( | const QCString & | cmdName | ) |
Definition at line 5124 of file docparser.cpp.
References DBG, doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStatePara(), doctokenizerYYsetStateRef(), g_context, g_fileName, g_token, CompAccept< DocPara >::m_children, TokenInfo::name, DocRef::parse(), TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().
Referenced by handleCommand().
void DocPara::handleSection | ( | const QCString & | cmdName | ) |
Definition at line 5218 of file docparser.cpp.
References doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStatePara(), doctokenizerYYsetStateSkipTitle(), g_fileName, g_token, TokenInfo::name, TokenInfo::sectionId, TK_LNKWORD, TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().
Referenced by handleCommand().
int DocPara::handleSimpleSection | ( | DocSimpleSect::Type | t, |
bool | xmlContext = FALSE |
||
) |
Definition at line 4855 of file docparser.cpp.
References DocNode::Kind_SimpleSect, CompAccept< DocPara >::m_children, DocSimpleSect::parse(), DocSimpleSect::parseXml(), RetVal_OK, TK_NEWPARA, and DocSimpleSect::User.
Referenced by handleCommand(), and handleHtmlStartTag().
int DocPara::handleStartCode | ( | ) |
Definition at line 5264 of file docparser.cpp.
References DocVerbatim::Code, doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStatePara(), g_context, g_exampleName, g_fileName, g_isExample, g_token, g_xmlComment, CompAccept< DocPara >::m_children, TokenInfo::name, stripIndentation(), substitute(), TokenInfo::verb, and warn_doc_error().
Referenced by handleCommand(), and handleHtmlStartTag().
void DocPara::handleVhdlFlow | ( | ) |
Definition at line 5090 of file docparser.cpp.
References CompAccept< DocPara >::m_children, and DocVhdlFlow::parse().
Referenced by handleCommand().
int DocPara::handleXRefItem | ( | ) |
Definition at line 4939 of file docparser.cpp.
References doctokenizerYYlex(), doctokenizerYYsetStatePara(), doctokenizerYYsetStateXRefItem(), g_token, TokenInfo::id, CompAccept< DocPara >::m_children, TokenInfo::name, DocXRefItem::parse(), RetVal_OK, and TK_WHITESPACE.
Referenced by handleCommand().
bool DocPara::injectToken | ( | int | tok, |
const QCString & | tokText | ||
) |
Definition at line 5258 of file docparser.cpp.
References defaultHandleToken(), g_token, CompAccept< DocPara >::m_children, and TokenInfo::name.
Referenced by DocSimpleSect::appendLinkWord().
|
inline |
Definition at line 1120 of file docparser.h.
References CompAccept< DocPara >::m_children.
Referenced by internalValidatingParseDoc(), DocAutoListItem::parse(), DocSection::parse(), DocInternal::parse(), DocRoot::parse(), and DocParamList::parseXml().
|
inline |
Definition at line 1124 of file docparser.h.
References m_isFirst.
Referenced by handleIncludeOperator().
|
inline |
Definition at line 1125 of file docparser.h.
References m_isLast.
Referenced by ManDocVisitor::visitPost(), RTFDocVisitor::visitPost(), and LatexDocVisitor::visitPost().
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 1119 of file docparser.h.
References DocNode::Kind_Para.
Referenced by parse().
|
inline |
Definition at line 1122 of file docparser.h.
References m_isFirst.
Referenced by internalValidatingParseDoc(), DocAutoListItem::parse(), DocSection::parse(), DocInternal::parse(), DocParBlock::parse(), DocSimpleSect::parse(), DocParamList::parse(), DocSimpleListItem::parse(), DocHtmlListItem::parse(), DocHtmlDescData::parse(), DocHtmlCell::parse(), DocHtmlBlockQuote::parse(), DocRoot::parse(), DocSimpleSect::parseXml(), DocParamList::parseXml(), DocHtmlListItem::parseXml(), and DocHtmlCell::parseXml().
|
inline |
Definition at line 1123 of file docparser.h.
References m_isLast.
Referenced by internalValidatingParseDoc(), DocAutoListItem::parse(), DocSection::parse(), DocInternal::parse(), DocParBlock::parse(), DocSimpleSect::parse(), DocParamList::parse(), DocSimpleListItem::parse(), DocHtmlListItem::parse(), DocHtmlDescData::parse(), DocHtmlCell::parse(), DocHtmlBlockQuote::parse(), DocRoot::parse(), DocSimpleSect::parseXml(), DocParamList::parseXml(), DocHtmlListItem::parseXml(), and DocHtmlCell::parseXml().
int DocPara::parse | ( | ) |
Definition at line 6389 of file docparser.cpp.
References TokenInfo::attribs, TokenInfo::chars, CMD_LI, Mappers::cmdMapper, DBG, DocSymbol::decodeSymbol(), doctokenizerYYlex(), doctokenizerYYlineno, TokenInfo::endTag, g_fileName, g_nodeStack, g_token, handleCommand(), handleHtmlEndTag(), handleHtmlStartTag(), handleInitialStyleCommands(), handleLinkedWord(), handlePendingStyleCommands(), TokenInfo::indent, DocAutoList::indent(), insidePRE(), INTERNAL_ASSERT, TokenInfo::isEMailAddr, TokenInfo::isEnumList, DocNode::kind(), kind(), DocNode::Kind_AutoList, DocNode::Kind_AutoListItem, DocNode::Kind_HtmlBlockQuote, DocNode::Kind_HtmlDescList, DocNode::Kind_HtmlHeader, DocNode::Kind_HtmlList, DocNode::Kind_HtmlTable, DocNode::Kind_ParamSect, DocNode::Kind_SimpleList, DocNode::Kind_SimpleListItem, DocNode::Kind_SimpleSect, DocNode::Kind_XRefItem, CompAccept< DocPara >::m_children, Mapper::map(), TokenInfo::name, DocNode::parent(), DocAutoList::parse(), DocSimpleSect::parseRcs(), DocSimpleSect::Rcs, RetVal_ListItem, RetVal_OK, RetVal_SimpleSec, SIMPLESECT_BIT, TokenInfo::simpleSectName, TokenInfo::simpleSectText, DocSymbol::Sym_Unknown, TokenInfo::text, TK_COMMAND, TK_ENDLIST, TK_HTMLTAG, TK_LISTITEM, TK_LNKWORD, TK_NEWPARA, TK_RCSTAG, TK_SYMBOL, TK_URL, TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().
Referenced by internalValidatingParseDoc(), DocAutoListItem::parse(), DocSection::parse(), DocInternal::parse(), DocParBlock::parse(), DocSimpleSect::parse(), DocParamList::parse(), DocSimpleListItem::parse(), DocHtmlListItem::parse(), DocHtmlDescData::parse(), DocHtmlCell::parse(), DocHtmlBlockQuote::parse(), DocRoot::parse(), DocSimpleSect::parseXml(), DocParamList::parseXml(), DocHtmlListItem::parseXml(), and DocHtmlCell::parseXml().
|
private |
Definition at line 1152 of file docparser.h.
Referenced by isFirst(), and markFirst().
|
private |
Definition at line 1153 of file docparser.h.
Referenced by isLast(), and markLast().
|
private |
Definition at line 1151 of file docparser.h.