The xmlcode.l
File Reference
Included Headers
Classes Index
struct | xmlcodeYY_state |
struct | Private |
Typedefs Index
typedef | yyguts_t * yyscan_t |
Functions Index
static const char * | stateToString (int state) |
static void | codify (yyscan_t yyscanner, const char *text) |
static void | setCurrentDoc (yyscan_t yyscanner, const QCString &anchor) |
static void | startCodeLine (yyscan_t yyscanner) |
static void | endFontClass (yyscan_t yyscanner) |
static void | endCodeLine (yyscan_t yyscanner) |
static void | nextCodeLine (yyscan_t yyscanner) |
static void | codifyLines (yyscan_t yyscanner, const char *text) |
static void | startFontClass (yyscan_t yyscanner, const char *s) |
static int | countLines (yyscan_t yyscanner) |
static int | yyread (yyscan_t yyscanner, char *buf, int max_size) |
static const char * | getLexerFILE () |
int | yylex (yyscan_t yyscanner) |
Macro Definitions Index
#define | YY_TYPEDEF_YY_SCANNER_T |
#define | YY_NEVER_INTERACTIVE 1 |
#define | YY_NO_INPUT 1 |
#define | YY_NO_UNISTD_H 1 |
#define | YY_INPUT(buf, result, max_size) result=yyread(yyscanner,buf,max_size); |
Functions
codify()
| static |
codifyLines()
| static |
Definition at line 333 of file xmlcode.l.
Reference nextCodeLine.
countLines()
| static |
counts the number of lines in the input
Definition at line 368 of file xmlcode.l.
endCodeLine()
| static |
Definition at line 310 of file xmlcode.l.
Reference endFontClass.
endFontClass()
| static |
Definition at line 300 of file xmlcode.l.
getLexerFILE()
| inline static |
Definition at line 108 of file xmlcode.l.
nextCodeLine()
| static |
Definition at line 318 of file xmlcode.l.
References endCodeLine and startCodeLine.
setCurrentDoc()
Definition at line 232 of file xmlcode.l.
Reference Doxygen::searchIndex.
startCodeLine()
| static |
start a new line of code, inserting a line number if yyextra->sourceFileDef is true. If a definition starts at the current line, then the line number is linked to the documentation of that definition.
Definition at line 252 of file xmlcode.l.
References Definition::getOutputFileBase, Definition::getReference, Definition::isLinkableInProject, Definition::name, setCurrentDoc and QCString::sprintf.
startFontClass()
| static |
Definition at line 359 of file xmlcode.l.
Reference endFontClass.
stateToString()
| static |
Definition at line 91 of file xmlcode.l.
yylex()
|
Definition at line 128 of file xmlcode.l.
yyread()
| static |
Definition at line 211 of file xmlcode.l.
Macro Definitions
YY_INPUT
|
YY_NEVER_INTERACTIVE
|
YY_NO_INPUT
YY_NO_UNISTD_H
YY_TYPEDEF_YY_SCANNER_T
Generated via doxygen2docusaurus by Doxygen 1.14.0.