diff options
-rw-r--r-- | Doxyfile.codec.in | 2 | ||||
-rw-r--r-- | Doxyfile.coding.in | 2 | ||||
-rw-r--r-- | Doxyfile.core.in | 2 | ||||
-rw-r--r-- | Doxyfile.gsm.in | 2 | ||||
-rw-r--r-- | Doxyfile.vty.in | 2 |
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. |