SHA256
1
0
forked from pool/doxygen

Accepting request 985306 from home:cgiboudeaux:branches:devel:tools

Update to 1.9.4. Fixes the KDE documentation in Qt assistant

OBS-URL: https://build.opensuse.org/request/show/985306
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=167
This commit is contained in:
2022-07-06 11:25:49 +00:00
committed by Git OBS Bridge
parent 2cc3b48b13
commit 3bebd679a5
6 changed files with 56 additions and 6 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jun 27 11:12:51 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 1.9.4. Check https://doxygen.nl/manual/changelog.html
for the complete changelog.
New features:
* Add CINDEX_NO_EXPORTS option when linking against static
libclang
* Introduce CREATE_SUBDIRS_LEVEL
* Add for the xml output also xml to the markdown image
representation.
* Adding Qt6 support
* Update Bulgarian translation
* Better translation for trPackageMembers
* Refer to chapter Grouping with GROUP_GRAPHS
* HTMLHELP warning on using svg as image format for graphs
* mention doxygen debugging flags on the web
* mention how to get additional usage flags
- Add patch to fix build with GCC 12:
* doxygen-gcc12.patch
-------------------------------------------------------------------
Sun Feb 13 14:28:29 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>