From 51e9ce3f77eede5886659136fc3f281aff1ed3ba Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Fri, 22 Aug 2014 14:10:06 +0200 Subject: [PATCH] fixed doxygen description --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e55ce2e..755b264 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,9 +50,9 @@ endif() find_package(Doxygen QUIET) set_package_properties(Doxygen PROPERTIES - DESCRIPTION "Application for documentation generation" - URL "https://github.com/Snorenotify/SnoreGrowl" - PURPOSE "Generation API documentation" + DESCRIPTION "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some extent D." + URL "http://www.stack.nl/~dimitri/doxygen/" + PURPOSE "Generation of API documentation" TYPE OPTIONAL) if(DOXYGEN_FOUND)