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 13 of file fbdoc_main.bas.
#define MSG_WELCOME |
The welcome message, shown when running as a program (mode –file-mode (-f))
Definition at line 16 of file fbdoc_main.bas.
#define MSG_VERSION |
The version information for the command line interface (mode –version (-v))
Definition at line 19 of file fbdoc_main.bas.
#define FBDOC_TARGET /* "UNIX/LINUX" */ |
The target operation system (used in MSG_VERSION, UNIX version here)
Definition at line 23 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 29 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 29 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 41 of file fbdoc_main.bas.