forked from teamnwah/openmw-tes3coop
state OpenMW version on doxygen main page
This commit is contained in:
parent
27cba6c624
commit
d5e4635198
5 changed files with 12 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ build
|
||||||
Doxygen
|
Doxygen
|
||||||
prebuilt
|
prebuilt
|
||||||
apps/openmw/config.hpp
|
apps/openmw/config.hpp
|
||||||
|
Docs/mainpage.hpp
|
||||||
|
|
|
@ -12,6 +12,10 @@ set (OPENMW_VERSION_PATCH 0)
|
||||||
|
|
||||||
set (OPENMW_VERSION "${OPENMW_VERSION_MAJOR}.${OPENMW_VERSION_MINOR}.${OPENMW_VERSION_PATCH}")
|
set (OPENMW_VERSION "${OPENMW_VERSION_MAJOR}.${OPENMW_VERSION_MINOR}.${OPENMW_VERSION_PATCH}")
|
||||||
|
|
||||||
|
# doxygen main page
|
||||||
|
|
||||||
|
configure_file ("${OpenMW_SOURCE_DIR}/Docs/mainpage.hpp.cmake" "${OpenMW_SOURCE_DIR}/Docs/mainpage.hpp")
|
||||||
|
|
||||||
# Sound source selection
|
# Sound source selection
|
||||||
option(USE_AUDIERE "use Audiere for sound" OFF)
|
option(USE_AUDIERE "use Audiere for sound" OFF)
|
||||||
option(USE_FFMPEG "use ffmpeg for sound" OFF)
|
option(USE_FFMPEG "use ffmpeg for sound" OFF)
|
||||||
|
|
|
@ -576,6 +576,7 @@ WARN_LOGFILE =
|
||||||
INPUT = apps \
|
INPUT = apps \
|
||||||
components \
|
components \
|
||||||
libs \
|
libs \
|
||||||
|
Docs
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||||
|
|
|
@ -576,6 +576,7 @@ WARN_LOGFILE =
|
||||||
INPUT = apps \
|
INPUT = apps \
|
||||||
components \
|
components \
|
||||||
libs \
|
libs \
|
||||||
|
Docs
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||||
|
|
5
Docs/mainpage.hpp.cmake
Normal file
5
Docs/mainpage.hpp.cmake
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
/// \mainpage
|
||||||
|
///
|
||||||
|
/// This is the source documentation for:
|
||||||
|
///
|
||||||
|
/// OpenMW @OPENMW_VERSION@
|
Loading…
Reference in a new issue