From 8ec1686b10cc1e6b01ebce02da8045730b9e3719 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Wed, 22 Oct 2014 14:38:23 +0200 Subject: [PATCH] Doxygen: Correct input paths. --- Documentation/Doxyfile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index f51adae76bd..b79c99eb15e 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -752,15 +752,13 @@ INPUT = ${CMAKE_SOURCE_DIR}/Applications \ ${CMAKE_SOURCE_DIR}/Documentation \ ${CMAKE_SOURCE_DIR}/FileIO \ ${CMAKE_SOURCE_DIR}/GeoLib \ - ${CMAKE_SOURCE_DIR}/Gui \ ${CMAKE_SOURCE_DIR}/MathLib \ ${CMAKE_SOURCE_DIR}/MeshGeoToolsLib \ ${CMAKE_SOURCE_DIR}/MeshLib \ ${CMAKE_SOURCE_DIR}/NumLib \ ${CMAKE_SOURCE_DIR}/ProcessLib \ ${CMAKE_SOURCE_DIR}/README.md \ - ${CMAKE_SOURCE_DIR}/SimpleTests \ - ${CMAKE_SOURCE_DIR}/Utils + ${CMAKE_SOURCE_DIR}/SimpleTests # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses -- GitLab