[Orxonox-commit 210] r2880 - trunk/doc/api
bknecht at orxonox.net
bknecht at orxonox.net
Tue Mar 31 18:49:01 CEST 2009
Author: bknecht
Date: 2009-03-31 18:49:01 +0200 (Tue, 31 Mar 2009)
New Revision: 2880
Modified:
trunk/doc/api/doxy.config.in
Log:
Now we also have the version number and name displayed on the main page
Modified: trunk/doc/api/doxy.config.in
===================================================================
--- trunk/doc/api/doxy.config.in 2009-03-31 15:47:24 UTC (rev 2879)
+++ trunk/doc/api/doxy.config.in 2009-03-31 16:49:01 UTC (rev 2880)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = @PROJECT_VERSION@
+PROJECT_NUMBER = "@ORXONOX_VERSION@ Codename: @ORXONOX_VERSION_NAME@"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -517,7 +517,7 @@
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = @DOXY_INPUT_DIR@
+EXAMPLE_PATH = @CMAKE_SOURCE_DIR@/examples/
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -541,7 +541,7 @@
# directories that contain image that are included in the documentation (see
# the \image command).
-IMAGE_PATH = @DOXY_INPUT_DIR@
+IMAGE_PATH = @CMAKE_SOURCE_DIR@/images
# The INPUT_FILTER tag can be used to specify a program that doxygen should
More information about the Orxonox-commit
mailing list