From 54f86d20621ed3d017e3944072f36450e988c578 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 27 Jul 2023 15:42:43 +0100 Subject: [PATCH] A list with only one entry is not very interesting --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 8fb09b4..f084e33 100644 --- a/Doxyfile +++ b/Doxyfile @@ -414,7 +414,7 @@ GENERATE_BUGLIST = YES # disable (NO) the deprecated list. This list is created by putting # \deprecated commands in the documentation. -GENERATE_DEPRECATEDLIST= YES +GENERATE_DEPRECATEDLIST= NO # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif.