diff options
author | Allen Winter <allen.winter@kdab.com> | 2017-01-01 13:31:12 -0500 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2017-01-01 13:31:12 -0500 |
commit | 5a05e7ee5e8e2f00459bf3ffdfa7d9a38f125117 (patch) | |
tree | f5fea88e6422c5203d3416a2f95bda15e4e2c0c6 | |
parent | d6500f855958bd3ac1cc3f63bcda61695b7239c6 (diff) | |
download | libical-git-5a05e7ee5e8e2f00459bf3ffdfa7d9a38f125117.tar.gz |
doc/Doxyfile.cmake - generate doxygen tag file
issue#282
-rw-r--r-- | doc/Doxyfile.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Doxyfile.cmake b/doc/Doxyfile.cmake index ba71584e..54981ef1 100644 --- a/doc/Doxyfile.cmake +++ b/doc/Doxyfile.cmake @@ -2,7 +2,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = "Libical API Documentation" -PROJECT_NUMBER = v@PROJECT_VERSION@ +PROJECT_NUMBER = @PROJECT_VERSION@ OUTPUT_DIRECTORY = apidocs #CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English @@ -166,6 +166,7 @@ SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::additions related to external references #--------------------------------------------------------------------------- +GENERATE_TAGFILE = libical.tag ALLEXTERNALS = NO EXTERNAL_GROUPS = YES PERL_PATH = /usr/bin/perl |