diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2019-07-29 11:18:05 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-08-01 18:01:57 +0000 |
commit | 55c68c9521d98005ce850ee54a40c7579d88928b (patch) | |
tree | b5513b058e87e9914c13e5f08df5787f2b595fa8 /doxygen/doxygen.cfg | |
parent | 30aaf97a90230d68c0f2736b0a026e07b06e7e32 (diff) |
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 <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'doxygen/doxygen.cfg')
-rw-r--r-- | doxygen/doxygen.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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. |