From 34298e2e04289b30634ca8114da9be7bb2b06f21 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Tue, 2 Jun 2015 12:51:40 +1000 Subject: [PATCH] Add geometry classes to API docs --- cmake_templates/Doxyfile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_templates/Doxyfile.in b/cmake_templates/Doxyfile.in index 1e32d69956a..bc6c340bdd2 100644 --- a/cmake_templates/Doxyfile.in +++ b/cmake_templates/Doxyfile.in @@ -576,6 +576,7 @@ INPUT = @CMAKE_SOURCE_DIR@/doc \ @CMAKE_SOURCE_DIR@/src/core/diagram \ @CMAKE_SOURCE_DIR@/src/core/dxf \ @CMAKE_SOURCE_DIR@/src/core/effects \ + @CMAKE_SOURCE_DIR@/src/core/geometry \ @CMAKE_SOURCE_DIR@/src/core/gps \ @CMAKE_SOURCE_DIR@/src/core/layertree \ @CMAKE_SOURCE_DIR@/src/core/pal \