From 7e906b2dc6a16c8f31ea4fec609e92e436abe5b6 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 1 May 2016 09:54:54 +0100 Subject: [PATCH] fix doxygen include path and expand DeclExceptionMsg --- doc/doxygen/options.dox.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/options.dox.in b/doc/doxygen/options.dox.in index 5dd491948a..03cc91fe94 100644 --- a/doc/doxygen/options.dox.in +++ b/doc/doxygen/options.dox.in @@ -150,7 +150,7 @@ ENABLE_PREPROCESSING = YES MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = YES SEARCH_INCLUDES = YES -INCLUDE_PATH = @CMAKE_SOURCE_DIR@/include/deal.II +INCLUDE_PATH = @CMAKE_SOURCE_DIR@/include @CMAKE_BINARY_DIR@/include INCLUDE_FILE_PATTERNS = # set a few variables that help us generate documentation for @@ -189,7 +189,8 @@ PREDEFINED = DOXYGEN=1 \ # do not expand exception declarations -EXPAND_AS_DEFINED = DeclException0 \ +EXPAND_AS_DEFINED = DeclExceptionMsg \ + DeclException0 \ DeclException1 \ DeclException2 \ DeclException3 \ -- 2.39.5