From: Timo Heister Date: Sun, 1 May 2016 08:54:54 +0000 (+0100) Subject: fix doxygen include path and expand DeclExceptionMsg X-Git-Tag: v8.5.0-rc1~1060^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e906b2dc6a16c8f31ea4fec609e92e436abe5b6;p=dealii.git fix doxygen include path and expand DeclExceptionMsg --- 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 \