Mercurial > hg > octave-nkf
diff doc/doxyhtml/Doxyfile.in @ 20450:35fc5ea83030
Doxyfile.in: set INCLUDE_PATH required for doxygen macro expansion (bug #45152)
author | Carnë Draug <carandraug@octave.org> |
---|---|
date | Sun, 31 May 2015 13:45:16 +0100 |
parents | a594e0d980eb |
children |
line wrap: on
line diff
--- a/doc/doxyhtml/Doxyfile.in +++ b/doc/doxyhtml/Doxyfile.in @@ -189,6 +189,23 @@ MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = NO +# We need to specify INCLUDE_PATH otherwise preprocessor will fail to +# include, and macro expansion will not work. + +INCLUDE_PATH = \ + @top_srcdir@/libgnu \ + @top_srcdir@/libinterp/corefcn \ + @top_srcdir@/libinterp/octave-value \ + @top_srcdir@/libinterp/operators \ + @top_srcdir@/libinterp/parse-tree \ + @top_srcdir@/libinterp/template-inst \ + @top_srcdir@/liboctave/array \ + @top_srcdir@/liboctave/numeric \ + @top_srcdir@/liboctave/operators \ + @top_srcdir@/liboctave/system \ + @top_srcdir@/liboctave/util \ + @top_srcdir@/src + # So that features that are behind #ifdef HAVE_FOO macros get processed by Doxygen PREDEFINED = HAVE_ARPACK=1 \ @@ -314,4 +331,4 @@ # Some of our dependency graphs are really huge... -DOT_GRAPH_MAX_NODES = 100 \ No newline at end of file +DOT_GRAPH_MAX_NODES = 100