Mercurial > hg > octave-nkf
comparison doc/doxyhtml/Doxyfile.in @ 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 | 1c421f01b737 |
children | 35fc5ea83030 |
comparison
equal
deleted
inserted
replaced
17220:ea9992fd9c89 | 17221:a594e0d980eb |
---|---|
182 | 182 |
183 # On by default, but let's be explicit | 183 # On by default, but let's be explicit |
184 | 184 |
185 ENABLE_PREPROCESSING = YES | 185 ENABLE_PREPROCESSING = YES |
186 | 186 |
187 # Expand the DEFUN family of macros | 187 # Expand all macros |
188 | 188 |
189 MACRO_EXPANSION = YES | 189 MACRO_EXPANSION = YES |
190 EXPAND_ONLY_PREDEF = YES | 190 EXPAND_ONLY_PREDEF = NO |
191 EXPAND_AS_DEFINED = DEFUN DEFUN_DLD # As defined in the Octave source | |
192 # code, i.e. not overriden by this | |
193 # config file | |
194 | 191 |
195 # So that features that are behind #ifdef HAVE_FOO macros get processed by Doxygen | 192 # So that features that are behind #ifdef HAVE_FOO macros get processed by Doxygen |
196 | 193 |
197 PREDEFINED = HAVE_ARPACK=1 \ | 194 PREDEFINED = HAVE_ARPACK=1 \ |
198 HAVE_CHOLMOD=1 \ | 195 HAVE_CHOLMOD=1 \ |