From: Fred Morcos Date: Tue, 8 Mar 2022 11:37:56 +0000 (+0100) Subject: Enable code documentation for all items X-Git-Tag: rec-4.7.0-beta1~56^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e93f544cf9a0dcf02d7f4c0cbb71ee4776b985ad;p=thirdparty%2Fpdns.git Enable code documentation for all items --- diff --git a/codedocs/doxygen.conf b/codedocs/doxygen.conf index 1a930fc0d1..2ce366c9d9 100644 --- a/codedocs/doxygen.conf +++ b/codedocs/doxygen.conf @@ -213,7 +213,7 @@ SUBGROUPING = YES # 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.