Doxywizard is a graphical front-end to read/edit/write doxygen
configuration files.
Provides
Requires
License
GPL-2.0-or-later
Changelog
* Tue Jan 20 2026 pgajdos@suse.com
- drop %suse_update_desktop_file usag
- modified sources
* doxywizard.desktop
* Thu May 29 2025 foss@grueninger.de
- Doxywizard: Use Qt 6 instead of Qt5.
* Sat May 24 2025 foss@grueninger.de
- update to 1.14.0
* HTML output has gotten a fresh, more modern look. It makes
better use of CSS and uses fewer bitmaps.
* Added page outline navigation panel to the HTML output
* Added new layout option: full height side bar + navigation tabs
* Improved flexibility of `\cite` command
* Support for Plus sign code fence directives - GitHub flavor
* Sat Jan 11 2025 foss@grueninger.de
- update to Doxygen 1.13.2
* Support for Plus sign code fence directives - GitHub flavor
* String representation at "show configuration" in doxywizard
- Remove special paths for older Suse versions for which packages
are no longer built anyway
* Drop related patch doxygen-no-libclang-cpp.patch
* Thu Jan 02 2025 foss@grueninger.de
- update to Doxygen 1.13.1
* As of doxygen version 1.13.1 and layout version 2.0, Doxygen
will insert defaults for elements that are missing in the user
defined layout file.
* Add WARN_LAYOUT_FILE option to toggle warnings in layout file
* Sun Dec 29 2024 foss@grueninger.de
- update to Doxygen 1.13.0
* Using README.md as directory description via new option
IMPLICIT_DIR_DOCS.
* Add CSS class for @p command [view]
* Add class attribute to the @qualifier command in the HTML output
* New option HIDE_UNDOC_NAMESPACES which can be used to hide
undocumented namespaces (similar to HIDE_UNDOC_CLASSES)
* New option PLANTUMLFILE_DIRS and command \plantumlfile to
include plantuml files (similar to DOT_DIRS, and \dotfile)
* New option AUTOLINK_IGNORE_WORDS to specific a set of words
that should not be linked
* Update available emojis
* Added strip and nostrip options to \include and \snippet to
either strip or keep doxygen comments
* Added helper script to live edit & view a doxygen comment
block, see addon/doxycommentviewer in the r