fbdoc  1.0.1
FreeBASIC documentation tool
fbdoc_version.bi File Reference

Some global constants for the fbdoc source. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Since
0.4

Definition in file fbdoc_version.bi.

Variable Documentation

◆ PROJ_NAME

const PROJ_NAME = "fbdoc"

The project name.

Definition at line 12 of file fbdoc_version.bi.

◆ PROJ_DESC

const PROJ_DESC = "FreeBASIC documentation tool"

The project description.

Definition at line 13 of file fbdoc_version.bi.

◆ PROJ_VERS

const PROJ_VERS = "1.0.1"

The version number.

Definition at line 14 of file fbdoc_version.bi.

◆ PROJ_YEAR

const PROJ_YEAR = "2023"

The year of the release.

Definition at line 15 of file fbdoc_version.bi.

◆ PROJ_AUTH

const PROJ_AUTH = "DTJF"

The authors.

Definition at line 16 of file fbdoc_version.bi.

◆ PROJ_MAIL

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.

◆ PROJ_WEBS

const PROJ_WEBS = "http://github.com/DTJF/fbdoc"

The website where to find the source.

Definition at line 18 of file fbdoc_version.bi.

◆ PROJ_LICE

const PROJ_LICE = "GPLv3"

The licence of the project.

Definition at line 19 of file fbdoc_version.bi.