Skip to content

Commit

Permalink
Enable Doxygen's SHOW_ENUM_VALUES option
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Dec 29, 2024
1 parent 893988e commit 968e509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion doc/doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 968e509

Please sign in to comment.