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.
This commit is contained in:
Ari Koivula 2015-07-21 17:05:54 +03:00
parent 022d28ab11
commit 52b110d318

View file

@ -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