[dpdk-dev] [PATCH] doc: show internal functions in doxygen

Thomas Monjalon thomas at monjalon.net
Thu Oct 18 18:08:58 CEST 2018


Not sure we want to show the internal functions to users.
It may be useful only for PMD developers.
Do we vote? +1 / -1 welcome!

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 doc/api/doxy-api.conf.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/api/doxy-api.conf.in b/doc/api/doxy-api.conf.in
index 3b652ac9c..85834c9e7 100644
--- a/doc/api/doxy-api.conf.in
+++ b/doc/api/doxy-api.conf.in
@@ -71,6 +71,7 @@ MACRO_EXPANSION         = YES
 EXPAND_ONLY_PREDEF      = YES
 EXTRACT_STATIC          = YES
 DISTRIBUTE_GROUP_DOC    = YES
+INTERNAL_DOCS           = YES
 HIDE_UNDOC_MEMBERS      = YES
 HIDE_UNDOC_CLASSES      = YES
 HIDE_SCOPE_NAMES        = YES
-- 
2.19.0



More information about the dev mailing list