mirror of https://github.com/OpenTTD/OpenTTD
Add: [Doxygen] Add the current version of documentation in header (#7940)
While at it, renamed the project names to reflect how we currently refer to them.pull/7949/head
parent
8fe38afd2b
commit
3b177af826
4
Doxyfile
4
Doxyfile
|
@ -7,8 +7,8 @@
|
||||||
# Project related configuration options
|
# Project related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = OpenTTD
|
PROJECT_NAME = "OpenTTD Source"
|
||||||
PROJECT_NUMBER =
|
PROJECT_NUMBER = $(VERSION)
|
||||||
PROJECT_BRIEF =
|
PROJECT_BRIEF =
|
||||||
PROJECT_LOGO =
|
PROJECT_LOGO =
|
||||||
OUTPUT_DIRECTORY = docs/source/
|
OUTPUT_DIRECTORY = docs/source/
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
# Project related configuration options
|
# Project related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = "OpenTTD NoAI API"
|
PROJECT_NAME = "OpenTTD AI API"
|
||||||
PROJECT_NUMBER =
|
PROJECT_NUMBER = $(VERSION)
|
||||||
OUTPUT_DIRECTORY = ../../../docs/aidocs/
|
OUTPUT_DIRECTORY = ../../../docs/aidocs/
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
# Project related configuration options
|
# Project related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = "OpenTTD Game API"
|
PROJECT_NAME = "OpenTTD GameScript API"
|
||||||
PROJECT_NUMBER =
|
PROJECT_NUMBER = $(VERSION)
|
||||||
OUTPUT_DIRECTORY = ../../../docs/gamedocs/
|
OUTPUT_DIRECTORY = ../../../docs/gamedocs/
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
|
|
Loading…
Reference in New Issue