From: Uwe Hermann Date: Mon, 26 Sep 2016 15:02:54 +0000 (+0200) Subject: Doxyfile*: Set GENERATE_TODOLIST to NO. X-Git-Tag: libsigrok-0.5.0~211 X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=efde67a1076110f8d0a7e0e6175eeccd4dc8446a Doxyfile*: Set GENERATE_TODOLIST to NO. We don't really need or use this. Bugs/issues should go into Bugzilla. --- diff --git a/Doxyfile b/Doxyfile index 4959e9ae..39d8491b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -580,7 +580,7 @@ STRICT_PROTO_MATCHING = NO # documentation. # The default value is: YES. -GENERATE_TODOLIST = YES +GENERATE_TODOLIST = NO # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the # test list. This list is created by putting \test commands in the diff --git a/Doxyfile_internal b/Doxyfile_internal index 44ae1781..fa7a3a2d 100644 --- a/Doxyfile_internal +++ b/Doxyfile_internal @@ -570,7 +570,7 @@ STRICT_PROTO_MATCHING = NO # documentation. # The default value is: YES. -GENERATE_TODOLIST = YES +GENERATE_TODOLIST = NO # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the # test list. This list is created by putting \test commands in the diff --git a/bindings/cxx/Doxyfile b/bindings/cxx/Doxyfile index 7fb0854f..6152a671 100644 --- a/bindings/cxx/Doxyfile +++ b/bindings/cxx/Doxyfile @@ -580,7 +580,7 @@ STRICT_PROTO_MATCHING = NO # documentation. # The default value is: YES. -GENERATE_TODOLIST = YES +GENERATE_TODOLIST = NO # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the # test list. This list is created by putting \test commands in the diff --git a/bindings/java/Doxyfile b/bindings/java/Doxyfile index 381136a8..14627c23 100644 --- a/bindings/java/Doxyfile +++ b/bindings/java/Doxyfile @@ -580,7 +580,7 @@ STRICT_PROTO_MATCHING = NO # documentation. # The default value is: YES. -GENERATE_TODOLIST = YES +GENERATE_TODOLIST = NO # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the # test list. This list is created by putting \test commands in the diff --git a/bindings/python/Doxyfile b/bindings/python/Doxyfile index 3c458475..c24da9d5 100644 --- a/bindings/python/Doxyfile +++ b/bindings/python/Doxyfile @@ -580,7 +580,7 @@ STRICT_PROTO_MATCHING = NO # documentation. # The default value is: YES. -GENERATE_TODOLIST = YES +GENERATE_TODOLIST = NO # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the # test list. This list is created by putting \test commands in the