The source file with the main function. More...
Go to the source code of this file.
Macros | |
#define | MSG_HELP |
The help message for the command line interface (mode --help (-h)) More... | |
#define | MSG_WELCOME |
The welcome message, shown when running as a program (mode --file-mode (-f)) More... | |
#define | MSG_VERSION |
The version information for the command line interface (mode --version (-v)) More... | |
#define | FBDOC_TARGET /* "UNIX/LINUX" */ |
The target operation system (used in MSG_VERSION, UNIX version here) More... | |
#define | FBDOC_BINARY /* PROJ_NAME */ |
The name of the binary (used in MSG_HELP, UNIX version here) More... | |
#define | FBDOC_BINARY /* PROJ_NAME & ".exe" */ |
The name of the binary (used in MSG_HELP, UNIX version here) More... | |
Functions | |
*int | main () |
A dummy function. More... | |
The source file with the main function.
This file includes the main function to execute.
Definition in file fbdoc_main.bas.
#define MSG_HELP |
The help message for the command line interface (mode --help (-h))
Definition at line 14 of file fbdoc_main.bas.
#define MSG_WELCOME |
The welcome message, shown when running as a program (mode --file-mode (-f))
Definition at line 44 of file fbdoc_main.bas.
#define MSG_VERSION |
The version information for the command line interface (mode --version (-v))
Definition at line 49 of file fbdoc_main.bas.
#define FBDOC_TARGET /* "UNIX/LINUX" */ |
The target operation system (used in MSG_VERSION, UNIX version here)
Definition at line 55 of file fbdoc_main.bas.
#define FBDOC_BINARY /* PROJ_NAME */ |
The name of the binary (used in MSG_HELP, UNIX version here)
Definition at line 61 of file fbdoc_main.bas.
#define FBDOC_BINARY /* PROJ_NAME & ".exe" */ |
The name of the binary (used in MSG_HELP, UNIX version here)
Definition at line 61 of file fbdoc_main.bas.
* int main | ( | ) |
A dummy function.
This function is not in FB code. It's necessary to make Doxygen create caller / callee graphs for the function calls in that code. That's why we cover the main code in FB source by a pseudo C function.
Definition at line 73 of file fbdoc_main.bas.