From 98f58ec3d0b69733273293705533f0cc58bda52f Mon Sep 17 00:00:00 2001 From: Martin Hierholzer <martin.hierholzer@desy.de> Date: Thu, 2 Jun 2016 11:09:07 +0200 Subject: [PATCH] removed example path entries since there are no examples --- cmake/Doxyfile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmake/Doxyfile.in b/cmake/Doxyfile.in index 33fac9e5..e378d9d4 100644 --- a/cmake/Doxyfile.in +++ b/cmake/Doxyfile.in @@ -886,8 +886,7 @@ EXCLUDE_SYMBOLS = # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/examples \ - @CMAKE_CURRENT_SOURCE_DIR@/libmap +EXAMPLE_PATH = # 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 and -- GitLab