From aea51f5d4144fff4631072bbd8b4dd73cf39f089 Mon Sep 17 00:00:00 2001 From: Luis Diaz Mas Date: Fri, 1 Mar 2019 07:41:40 +0100 Subject: [PATCH] [doxygen] disable generation of TODO list --- cmake/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Doxyfile.in b/cmake/Doxyfile.in index e30b40c9..080ce3d4 100644 --- a/cmake/Doxyfile.in +++ b/cmake/Doxyfile.in @@ -613,7 +613,7 @@ STRICT_PROTO_MATCHING = NO # list. This list is created by putting \todo commands in the 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 documentation.