Skip to content

Commit

Permalink
Bump Doxygen to v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 2, 2025
1 parent 8ff1e29 commit ca3389d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
contents: read

env:
DOXYGEN_VERSION: 1.13.0
DOXYGEN_VERSION: 1.13.1

jobs:
generate:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Changed

- Return `quint32` from all `maxValue` methods, instead of `QVariant` ([db8b841][])
- Upgrade to Doxygen 1.13.0.
- Upgrade to Doxygen 1.13.1.
- Upgrade to Qt 6.8.1, and 6.9.0 beta.

## [0.5.3][] (2024-12-23)
Expand Down
10 changes: 9 additions & 1 deletion doc/doxyfile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Doxyfile 1.13.0
# Doxyfile 1.13.1

# This file describes the settings to be used by the documentation system
# Doxygen (www.doxygen.org) for a project.
Expand Down Expand Up @@ -928,6 +928,14 @@ WARN_NO_PARAMDOC = NO

WARN_IF_UNDOC_ENUM_VAL = YES

# If WARN_LAYOUT_FILE option is set to YES, Doxygen will warn about issues found
# while parsing the user defined layout file, such as missing or wrong elements.
# See also LAYOUT_FILE for details. If set to NO, problems with the layout file
# will be suppressed.
# The default value is: YES.

WARN_LAYOUT_FILE = YES

# If the WARN_AS_ERROR tag is set to YES then Doxygen will immediately stop when
# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
# then Doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
Expand Down

0 comments on commit ca3389d

Please sign in to comment.