aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Winget <tewinget@gmail.com>2015-09-24 11:26:17 -0400
committerThomas Winget <tewinget@gmail.com>2016-03-22 17:31:09 -0400
commitab0ed14a411b31ced641241eea3a68567eaa4474 (patch)
tree863bbd018b0e74d5678167a017082605e2d235e6
parentUpdated documentation for blockchain.* (diff)
downloadmonero-ab0ed14a411b31ced641241eea3a68567eaa4474.tar.xz
doxygen include private and static members
This can be easily reverted or removed before this branch is merged, so I'm going ahead and committing these couple changes.
-rw-r--r--Doxyfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index a70ef812b..a2700b347 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -409,13 +409,13 @@ 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.
@@ -427,7 +427,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
@@ -452,7 +452,7 @@ EXTRACT_LOCAL_METHODS = NO
# are hidden.
# The default value is: NO.
-EXTRACT_ANON_NSPACES = NO
+EXTRACT_ANON_NSPACES = YES
# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
# undocumented members inside documented classes or files. If set to NO these