diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-06-19 21:59:11 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-06-23 00:18:21 +0000 |
commit | 51816479bcd59b14b4a59940016d28b15cd3df95 (patch) | |
tree | ff4a6dc5c500b79f7137e44fedae164e16452bab | |
parent | 6a494f1ada28006ee7dab07fa6f02ff9f559a3d2 (diff) |
doxygen: include all undocumented items in the API doc
Currently, files that omit the \file directive and all functions, enums,
structs lacking a doxygen style comment are completely missing from the doxygen
API docs.
Set EXTRACT_ALL = YES so that all files and code items are at least listed in
the doxygen API.
Change-Id: I39f558ec0a33a61a1fcec0554f53c8e7668733de
-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. |