changeset 17221:a594e0d980eb

Expand all macros for doxygen documentation.
author Patrick Noffke <patrick.noffke@gmail.com>
date Mon, 12 Aug 2013 15:32:08 -0500
parents ea9992fd9c89
children 8e196132bbea
files doc/doxyhtml/Doxyfile.in
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/doxyhtml/Doxyfile.in	Mon Aug 12 15:43:49 2013 -0400
+++ b/doc/doxyhtml/Doxyfile.in	Mon Aug 12 15:32:08 2013 -0500
@@ -184,13 +184,10 @@
 
 ENABLE_PREPROCESSING   = YES
 
-# Expand the DEFUN family of macros
+# Expand all macros
 
 MACRO_EXPANSION = YES
-EXPAND_ONLY_PREDEF = YES
-EXPAND_AS_DEFINED = DEFUN DEFUN_DLD  # As defined in the Octave source
-                                     # code, i.e. not overriden by this
-                                     # config file
+EXPAND_ONLY_PREDEF = NO
 
 # So that features that are behind #ifdef HAVE_FOO macros get processed by Doxygen