summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doxyfile.codec.in2
-rw-r--r--Doxyfile.coding.in2
-rw-r--r--Doxyfile.core.in2
-rw-r--r--Doxyfile.gsm.in2
-rw-r--r--Doxyfile.vty.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/Doxyfile.codec.in b/Doxyfile.codec.in
index 84353791..b826a36f 100644
--- a/Doxyfile.codec.in
+++ b/Doxyfile.codec.in
@@ -318,7 +318,7 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-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.
diff --git a/Doxyfile.coding.in b/Doxyfile.coding.in
index 28e3241a..7c1a28ef 100644
--- a/Doxyfile.coding.in
+++ b/Doxyfile.coding.in
@@ -318,7 +318,7 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-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.
diff --git a/Doxyfile.core.in b/Doxyfile.core.in
index 58d35bed..cc3d8426 100644
--- a/Doxyfile.core.in
+++ b/Doxyfile.core.in
@@ -318,7 +318,7 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-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.
diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in
index feaef0e8..9673ea70 100644
--- a/Doxyfile.gsm.in
+++ b/Doxyfile.gsm.in
@@ -318,7 +318,7 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-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.
diff --git a/Doxyfile.vty.in b/Doxyfile.vty.in
index 073ee0cc..204436fe 100644
--- a/Doxyfile.vty.in
+++ b/Doxyfile.vty.in
@@ -318,7 +318,7 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-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.