summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2017-11-03 15:32:35 -0700
committerPierre Grandin <grandinp@gmail.com>2017-11-03 15:32:35 -0700
commit19802a716ed5dc1f16a712a4924d2c04e96afd32 (patch)
treeed250a814f5e539c5e84f960dd25b1d53c71de13
parent4cf3f57d92ff17bf30e66f3340c2a6ce0ee57d2a (diff)
downloadnavit-19802a716ed5dc1f16a712a4924d2c04e96afd32.tar.gz
fix:doc:export more doxygen content
-rw-r--r--navit/Doxyfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/navit/Doxyfile b/navit/Doxyfile
index 0b2cb9e1c..0960da8b9 100644
--- a/navit/Doxyfile
+++ b/navit/Doxyfile
@@ -409,25 +409,25 @@ LOOKUP_CACHE_SIZE = 0
# normally produced when WARNINGS is set to YES.
# The default value is: NO.
-EXTRACT_ALL = NO
+EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
# The default value is: NO.
-EXTRACT_PRIVATE = NO
+EXTRACT_PRIVATE = YES
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# scope will be included in the documentation.
# The default value is: NO.
-EXTRACT_PACKAGE = NO
+EXTRACT_PACKAGE = YES
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
# 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,