summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-02-21 14:13:59 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-02-21 14:13:59 +0100
commit6fe9114b621b97c1f45e3a7db95374c4d99fb924 (patch)
tree1f7ca6e204c1b442ae6c5cba737fa757ed22d144 /cmake
parent906f202f7663e6c372c192d3bd7015d32a0fbc34 (diff)
downloadaudiomanager-6fe9114b621b97c1f45e3a7db95374c4d99fb924.tar.gz
* add proper version information in doxygen
Diffstat (limited to 'cmake')
-rw-r--r--cmake/DoxyFile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/DoxyFile.in b/cmake/DoxyFile.in
index a885866..8c0df15 100644
--- a/cmake/DoxyFile.in
+++ b/cmake/DoxyFile.in
@@ -31,7 +31,7 @@ PROJECT_NAME = AudioManager
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.1
+PROJECT_NUMBER = 0.9.30
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -232,7 +232,7 @@ EXTENSION_MAPPING =
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
# to include (a tag file for) the STL sources as input, then you should
# set this tag to YES in order to let doxygen match functions declarations and
-# definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
+# definitions whose arguments contain STL classes (e.g. func(std::string) v.s.
# func(std::string) {}). This also make the inheritance and collaboration
# diagrams that involve STL classes more complete and accurate.