From: Simon McVittie Date: Mon, 13 Dec 2021 12:34:07 +0000 (+0000) Subject: doc: Don't include TODO list in API documentation X-Git-Tag: dbus-1.12.22~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac6e6cb68a06ec022f994899dc8f490a030b4060;p=thirdparty%2Fdbus.git doc: Don't include TODO list in API documentation This is sorted non-deterministically, which is undesired for reproducible builds, and is not really part of the API in any case. Signed-off-by: Simon McVittie (cherry picked from commit ce8d7759a2afeb961d10be96724af2630de362e5) --- diff --git a/Doxyfile.in b/Doxyfile.in index dbbdb4f74..b20404870 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -30,7 +30,7 @@ INLINE_INFO = YES SORT_MEMBER_DOCS = YES DISTRIBUTE_GROUP_DOC = NO TAB_SIZE = 8 -GENERATE_TODOLIST = YES +GENERATE_TODOLIST = NO GENERATE_TESTLIST = YES GENERATE_BUGLIST = YES ALIASES =