diff options
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/dev_doc.md | 1 | ||||
-rw-r--r-- | doxygen/doxygen.cfg | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doxygen/dev_doc.md b/doxygen/dev_doc.md index 2e452d0f926..00f6caedf49 100644 --- a/doxygen/dev_doc.md +++ b/doxygen/dev_doc.md @@ -16,3 +16,4 @@ Programming notes for developers. - @subpage stats_doc - @subpage if_stats_client_doc - @subpage api_lang_doc +- @subpage handoff_queue_demo_plugin
\ No newline at end of file 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. |