From 968e509c6805cecaac3bda456bd5f8eb182ccc2e Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sun, 29 Dec 2024 11:22:15 +1100 Subject: [PATCH] Enable Doxygen's SHOW_ENUM_VALUES option --- CHANGELOG.md | 1 + doc/doxyfile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4978ddeb..bf3a30fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Changed - Return `quint32` from all `maxValue` methods, instead of `QVariant` ([db8b841][]) +- Upgrade to Doxygen 1.13.0. ## [0.5.3][] (2024-12-23) diff --git a/doc/doxyfile.in b/doc/doxyfile.in index d2791d102..0d93ba865 100644 --- a/doc/doxyfile.in +++ b/doc/doxyfile.in @@ -1786,7 +1786,7 @@ ENUM_VALUES_PER_LINE = 4 # enumeration values besides the enumeration mnemonics. # The default value is: NO. -SHOW_ENUM_VALUES = NO +SHOW_ENUM_VALUES = YES # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used # to set the initial width (in pixels) of the frame in which the tree is shown.