Header file for options. More...
Go to the source code of this file.
Classes | |
class | Options |
Evaluate parameters from command line. More... | |
Macros | |
#define | ERROUT(_T_) /* PRINT #OPT->Efnr, PROJ_NAME & ": " & _T_ */ |
Emit an error message to STDERR. More... | |
#define | MSG_LINE(_T_) /* PRINT #OPT->Efnr, NL; SPC(38 - LEN(_T_)); _T_; " -->"; */ |
Emit a message to STDERR. More... | |
#define | MSG_CONT(_T_) /* PRINT #OPT->Efnr, " " & _T_; */ |
Emit a message to STDERR. More... | |
#define | MSG_END(_T_) /* PRINT #OPT->Efnr, _T_ */ |
Emit a message to STDERR. More... | |
Typedefs | |
typedef Options * | Options_PTR |
Doxygen internal (ignore this). More... | |
Functions | |
SUB | init_csource (BYVAL_AS_EmitterIF_PTR) |
SUB | init_doxy (BYVAL_AS_EmitterIF_PTR) |
Initialize the DoxygenTemplates EmitterIF. More... | |
SUB | init_gtk (BYVAL_AS_EmitterIF_PTR) |
Initialize the GtkDocTemplates EmitterIF. More... | |
SUB | init_lfn (BYVAL_AS_EmitterIF_PTR) |
Initialize the FunctionNames EmitterIF. More... | |
SUB | init_syntax (BYVAL_AS_EmitterIF_PTR) |
Initialize the SyntaxHighlighting EmitterIF. More... | |
Variables | |
common Options_PTR | OPT |
The global struct for all parameters read from the command line. More... | |
Header file for options.
This file contains the declaration of the Options class. It's used to scan options and parameters in the command line and to control execution.
Definition in file fbdoc_options.bi.
Emit an error message to STDERR.
Definition at line 15 of file fbdoc_options.bi.
Emit a message to STDERR.
Definition at line 18 of file fbdoc_options.bi.
#define MSG_CONT | ( | _T_ | ) | /* PRINT #OPT->Efnr, " " & _T_; */ |
Emit a message to STDERR.
Definition at line 21 of file fbdoc_options.bi.
#define MSG_END | ( | _T_ | ) | /* PRINT #OPT->Efnr, _T_ */ |
Emit a message to STDERR.
Definition at line 24 of file fbdoc_options.bi.
typedef Options* Options_PTR |
Doxygen internal (ignore this).
Definition at line 166 of file fbdoc_options.bi.
SUB init_csource | ( | BYVAL_AS_EmitterIF_PTR | ) |
SUB init_doxy | ( | BYVAL_AS_EmitterIF_PTR | Emi | ) |
Initialize the DoxygenTemplates
EmitterIF.
Emi | The EmitterIF to initialize |
FIXME
Definition at line 240 of file fbdoc_emit_doxy.bas.
SUB init_gtk | ( | BYVAL_AS_EmitterIF_PTR | Emi | ) |
Initialize the GtkDocTemplates
EmitterIF.
Emi | The EmitterIF to initialize |
FIXME
< we use the standard error emitter here
Definition at line 209 of file fbdoc_emit_gtk.bas.
SUB init_lfn | ( | BYVAL_AS_EmitterIF_PTR | Emi | ) |
Initialize the FunctionNames
EmitterIF.
Emi | The EmitterIF to initialize |
FIXME
Definition at line 122 of file fbdoc_emit_lfn.bas.
SUB init_syntax | ( | BYVAL_AS_EmitterIF_PTR | Emi | ) |
Initialize the SyntaxHighlighting
EmitterIF.
Emi | The EmitterIF to initialize |
FIXME
Definition at line 1519 of file fbdoc_emit_syntax.bas.
common Options_PTR OPT |
The global struct for all parameters read from the command line.
Definition at line 168 of file fbdoc_options.bi.