Some global constants for the fb-doc source. More...
Go to the source code of this file.
Variables | |
const VAR | PROJ_NAME = "fb-doc" |
The project name. More... | |
const VAR | PROJ_DESC = "FreeBASIC documentation tool" |
The project description. More... | |
const VAR | PROJ_VERS = "0.4.0" |
The version number. More... | |
const VAR | PROJ_YEAR = "2016" |
The year of the release. More... | |
const VAR | PROJ_AUTH = "DTJF" |
The authors. More... | |
const VAR | PROJ_MAIL = "Thomas{ At ]Freiherr{ at }gmx[ dOt ]net" |
An email address to get in contact. More... | |
const VAR | PROJ_WEBS = "http://github.com/DTJF/fb-doc" |
The website where to find the source. More... | |
const VAR | PROJ_LICE = "GPLv3" |
The licence of the project. More... | |
Some global constants for the fb-doc 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 VAR PROJ_NAME = "fb-doc" |
The project name.
Definition at line 12 of file fbdoc_version.bi.
const VAR PROJ_DESC = "FreeBASIC documentation tool" |
The project description.
Definition at line 13 of file fbdoc_version.bi.
const VAR PROJ_VERS = "0.4.0" |
The version number.
Definition at line 14 of file fbdoc_version.bi.
const VAR PROJ_YEAR = "2016" |
The year of the release.
Definition at line 15 of file fbdoc_version.bi.
const VAR PROJ_AUTH = "DTJF" |
The authors.
Definition at line 16 of file fbdoc_version.bi.
const VAR 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 VAR PROJ_WEBS = "http://github.com/DTJF/fb-doc" |
The website where to find the source.
Definition at line 18 of file fbdoc_version.bi.
const VAR PROJ_LICE = "GPLv3" |
The licence of the project.
Definition at line 19 of file fbdoc_version.bi.