From 55c68c9521d98005ce850ee54a40c7579d88928b Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Mon, 29 Jul 2019 11:18:05 +0200 Subject: docs: Small fixes and ordering * deactivtates the TODOs on doxygen (were empty) * This move punt.md to readthedocs (should be the new place for dev doc ?) * Makes Handoff queue demo plugin a child of dev doc in doxygen Type: fix Change-Id: I1f0476a911b35208212af8dd608bc76160efd22a Signed-off-by: Nathan Skrzypczak --- doxygen/doxygen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doxygen/doxygen.cfg') diff --git a/doxygen/doxygen.cfg b/doxygen/doxygen.cfg index 39a918f5736..08356f40bce 100644 --- a/doxygen/doxygen.cfg +++ b/doxygen/doxygen.cfg @@ -622,7 +622,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. -- cgit 1.2.3-korg