From 52b110d318bc0ce3f7c16d5494f71c3b0011c0a4 Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Tue, 21 Jul 2015 17:05:54 +0300 Subject: [PATCH] Change doxygen settings. - Not having static functions in the doxygen documentation kind of makes it useless. Especially the call graphs make no sense without them. --- docs.doxy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.doxy b/docs.doxy index 22b08f9b..666f58b2 100644 --- a/docs.doxy +++ b/docs.doxy @@ -414,7 +414,7 @@ EXTRACT_PACKAGE = NO # included in the documentation. # The default value is: NO. -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. If set to NO @@ -889,7 +889,7 @@ SOURCE_BROWSER = NO # classes and enums directly into the documentation. # The default value is: NO. -INLINE_SOURCES = YES +INLINE_SOURCES = NO # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any # special comment blocks from generated source code fragments. Normal C, C++ and