Go to the source code of this file.
Classes | |
| struct | TokenInfo |
| Data associated with a token used by the comment block parser. More... | |
Enumerations | |
| enum | Tokens { TK_WORD = 1, TK_LNKWORD = 2, TK_WHITESPACE = 3, TK_LISTITEM = 4, TK_ENDLIST = 5, TK_COMMAND = 6, TK_HTMLTAG = 7, TK_SYMBOL = 8, TK_NEWPARA = 9, TK_RCSTAG = 10, TK_URL = 11, RetVal_OK = 0x10000, RetVal_SimpleSec = 0x10001, RetVal_ListItem = 0x10002, RetVal_Section = 0x10003, RetVal_Subsection = 0x10004, RetVal_Subsubsection = 0x10005, RetVal_Paragraph = 0x10006, RetVal_SubParagraph = 0x10007, RetVal_EndList = 0x10008, RetVal_EndPre = 0x10009, RetVal_DescData = 0x1000A, RetVal_DescTitle = 0x1000B, RetVal_EndDesc = 0x1000C, RetVal_TableRow = 0x1000D, RetVal_TableCell = 0x1000E, RetVal_TableHCell = 0x1000F, RetVal_EndTable = 0x10010, RetVal_Internal = 0x10011, RetVal_SwitchLang = 0x10012, RetVal_CloseXml = 0x10013, RetVal_EndBlockQuote = 0x10014, RetVal_CopyDoc = 0x10015, RetVal_EndInternal = 0x10016, RetVal_EndParBlock = 0x10017 } |
Variables | |
| TokenInfo * | g_token |
| int | doctokenizerYYlineno |
| FILE * | doctokenizerYYin |
| enum Tokens |
Definition at line 30 of file doctokenizer.h.
| void doctokenizerYYcleanup | ( | ) |
Definition at line 82729 of file doctokenizer.cpp.
| void doctokenizerYYendAutoList | ( | ) |
Definition at line 82756 of file doctokenizer.cpp.
| void doctokenizerYYFindSections | ( | const char * | input, |
| Definition * | d, | ||
| MemberGroup * | mg, | ||
| const char * | fileName | ||
| ) |
Definition at line 82540 of file doctokenizer.cpp.
| void doctokenizerYYinit | ( | const char * | input, |
| const char * | fileName | ||
| ) |
Definition at line 82557 of file doctokenizer.cpp.
| int doctokenizerYYlex | ( | ) |
| bool doctokenizerYYpopContext | ( | ) |
Definition at line 79199 of file doctokenizer.cpp.
| void doctokenizerYYpushBackHtmlTag | ( | const char * | tag | ) |
Definition at line 82739 of file doctokenizer.cpp.
| void doctokenizerYYpushContext | ( | ) |
Definition at line 79186 of file doctokenizer.cpp.
| void doctokenizerYYsetInsidePre | ( | bool | b | ) |
Definition at line 82734 of file doctokenizer.cpp.
| void doctokenizerYYsetStateAnchor | ( | ) |
Definition at line 82714 of file doctokenizer.cpp.
| void doctokenizerYYsetStateCite | ( | ) |
Definition at line 82689 of file doctokenizer.cpp.
| void doctokenizerYYsetStateCode | ( | ) |
Definition at line 82582 of file doctokenizer.cpp.
| void doctokenizerYYsetStateDbOnly | ( | ) |
Definition at line 82621 of file doctokenizer.cpp.
| void doctokenizerYYsetStateDot | ( | ) |
Definition at line 82639 of file doctokenizer.cpp.
| void doctokenizerYYsetStateFile | ( | ) |
Definition at line 82674 of file doctokenizer.cpp.
| void doctokenizerYYsetStateHtmlOnly | ( | ) |
Definition at line 82596 of file doctokenizer.cpp.
| void doctokenizerYYsetStateInternalRef | ( | ) |
Definition at line 82699 of file doctokenizer.cpp.
| void doctokenizerYYsetStateLatexOnly | ( | ) |
Definition at line 82627 of file doctokenizer.cpp.
| void doctokenizerYYsetStateLink | ( | ) |
Definition at line 82684 of file doctokenizer.cpp.
| void doctokenizerYYsetStateManOnly | ( | ) |
Definition at line 82603 of file doctokenizer.cpp.
| void doctokenizerYYsetStateMsc | ( | ) |
Definition at line 82645 of file doctokenizer.cpp.
| void doctokenizerYYsetStatePara | ( | ) |
Definition at line 82567 of file doctokenizer.cpp.
| void doctokenizerYYsetStateParam | ( | ) |
Definition at line 82664 of file doctokenizer.cpp.
| void doctokenizerYYsetStatePattern | ( | ) |
Definition at line 82679 of file doctokenizer.cpp.
| void doctokenizerYYsetStatePlantUML | ( | ) |
Definition at line 82658 of file doctokenizer.cpp.
| void doctokenizerYYsetStatePlantUMLOpt | ( | ) |
Definition at line 82651 of file doctokenizer.cpp.
| void doctokenizerYYsetStateRef | ( | ) |
Definition at line 82694 of file doctokenizer.cpp.
| void doctokenizerYYsetStateRtfOnly | ( | ) |
Definition at line 82609 of file doctokenizer.cpp.
| void doctokenizerYYsetStateSetScope | ( | ) |
Definition at line 82724 of file doctokenizer.cpp.
| void doctokenizerYYsetStateSkipTitle | ( | ) |
Definition at line 82709 of file doctokenizer.cpp.
| void doctokenizerYYsetStateSnippet | ( | ) |
Definition at line 82719 of file doctokenizer.cpp.
| void doctokenizerYYsetStateText | ( | ) |
Definition at line 82704 of file doctokenizer.cpp.
| void doctokenizerYYsetStateTitle | ( | ) |
Definition at line 82572 of file doctokenizer.cpp.
| void doctokenizerYYsetStateTitleAttrValue | ( | ) |
Definition at line 82577 of file doctokenizer.cpp.
| void doctokenizerYYsetStateVerbatim | ( | ) |
Definition at line 82633 of file doctokenizer.cpp.
| void doctokenizerYYsetStateXmlCode | ( | ) |
Definition at line 82589 of file doctokenizer.cpp.
| void doctokenizerYYsetStateXmlOnly | ( | ) |
Definition at line 82615 of file doctokenizer.cpp.
| void doctokenizerYYsetStateXRefItem | ( | ) |
Definition at line 82669 of file doctokenizer.cpp.
| void doctokenizerYYstartAutoList | ( | ) |
Definition at line 82751 of file doctokenizer.cpp.
| const char* tokToString | ( | int | token | ) |
Definition at line 79216 of file doctokenizer.cpp.
| FILE* doctokenizerYYin |
| int doctokenizerYYlineno |
| TokenInfo* g_token |
Definition at line 79156 of file doctokenizer.cpp.
1.8.11