# HG changeset patch # User Giulio Moro # Date 1454896465 0 # Node ID 35fc8bfc240b9cd4e9a6c2788dd7dc0a4c1237f8 # Parent b2e69b701588321433b4fccb2cc51d0cd2867dbd static inline functions from Utilities.h will now show up in the doxygen documentation diff -r b2e69b701588 -r 35fc8bfc240b Doxyfile --- a/Doxyfile Sun Feb 07 17:20:20 2016 +0000 +++ b/Doxyfile Mon Feb 08 01:54:25 2016 +0000 @@ -356,7 +356,7 @@ # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation.