Some global constants for the fbdoc source. More...
Go to the source code of this file.
Variables | |
const | PROJ_NAME = "fbdoc" |
The project name. More... | |
const | PROJ_DESC = "FreeBASIC documentation tool" |
The project description. More... | |
const | PROJ_VERS = "1.0.1" |
The version number. More... | |
const | PROJ_YEAR = "2023" |
The year of the release. More... | |
const | PROJ_AUTH = "DTJF" |
The authors. More... | |
const | PROJ_MAIL = "Thomas{ At ]Freiherr{ at }gmx[ dOt ]net" |
An email address to get in contact. More... | |
const | PROJ_WEBS = "http://github.com/DTJF/fbdoc" |
The website where to find the source. More... | |
const | PROJ_LICE = "GPLv3" |
The licence of the project. More... | |
Some global constants for the fbdoc source.
In order to place the project data at a single source (in the root CMakeLists.txt file), the data gets exported by this config file to get compiled accordingly.
Definition in file fbdoc_version.bi.
const PROJ_NAME = "fbdoc" |
The project name.
Definition at line 12 of file fbdoc_version.bi.
const PROJ_DESC = "FreeBASIC documentation tool" |
The project description.
Definition at line 13 of file fbdoc_version.bi.
const PROJ_VERS = "1.0.1" |
The version number.
Definition at line 14 of file fbdoc_version.bi.
const PROJ_YEAR = "2023" |
The year of the release.
Definition at line 15 of file fbdoc_version.bi.
const PROJ_AUTH = "DTJF" |
The authors.
Definition at line 16 of file fbdoc_version.bi.
const PROJ_MAIL = "Thomas{ At ]Freiherr{ at }gmx[ dOt ]net" |
An email address to get in contact.
Definition at line 17 of file fbdoc_version.bi.
const PROJ_WEBS = "http://github.com/DTJF/fbdoc" |
The website where to find the source.
Definition at line 18 of file fbdoc_version.bi.
const PROJ_LICE = "GPLv3" |
The licence of the project.
Definition at line 19 of file fbdoc_version.bi.