comparison Doxyfile @ 208:35fc8bfc240b

static inline functions from Utilities.h will now show up in the doxygen documentation
author Giulio Moro <giuliomoro@yahoo.it>
date Mon, 08 Feb 2016 01:54:25 +0000
parents 3c3496ff26e0
children 247a182adb6d ac8eb07afcf5
comparison
equal deleted inserted replaced
207:b2e69b701588 208:35fc8bfc240b
354 EXTRACT_PRIVATE = NO 354 EXTRACT_PRIVATE = NO
355 355
356 # If the EXTRACT_STATIC tag is set to YES all static members of a file 356 # If the EXTRACT_STATIC tag is set to YES all static members of a file
357 # will be included in the documentation. 357 # will be included in the documentation.
358 358
359 EXTRACT_STATIC = NO 359 EXTRACT_STATIC = YES
360 360
361 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 361 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
362 # defined locally in source files will be included in the documentation. 362 # defined locally in source files will be included in the documentation.
363 # If set to NO only classes defined in header files are included. 363 # If set to NO only classes defined in header files are included.
364 364