Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: doxygen | Distribution: openSUSE Tumbleweed |
Version: 1.13.2 | Vendor: openSUSE |
Release: 1.1 | Build date: Sat Jan 11 08:07:53 2025 |
Group: Development/Tools/Doc Generators | Build host: reproducible |
Size: 21033415 | Source RPM: doxygen-1.13.2-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.doxygen.nl/ | |
Summary: Automated C, C++, and Java Documentation Generator |
Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C-sharp, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, and to some extent D. Doxygen also supports the hardware description language VHDL.
GPL-2.0-or-later
* Sat Jan 11 2025 Christoph G <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 Christoph G <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 Christoph G <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 repo * Extending autobrief end characters with ? and ! * Thu Sep 05 2024 pgajdos@suse.com - update licensing information (IBS sr#343838) * Wed Aug 07 2024 Christoph G <foss@grueninger.de> - Update to Doxygen 1.12.0 * Adding "engine" chen and chronology for plantuml * Also allow backticks to be combined with emphasis in Markdown * Wed May 22 2024 Christoph G <foss@grueninger.de> - Update to Doxygen 1.11.0 * Add Markdown style todo list * Add support for GitHub Markdown style alerts * Add a "Run" menu item key-command to DoxyWizard * Added 'raise' and 'prefix' options to @include{doc} * Support `link` / `endlink` command in section title * Add support for @subparagraph and @subsubparagraph * Translation updates for German/Greek/Polish/Portuegse/Dutch/Chinese * `doxyapp --locate` list all overloads by including arguments * Adding support for "engine" files for plantuml * Show emoji in HTML treeview * Add `HTML_CODE_FOLDING` possibility to CHM * Make `HTML_CODE_FOLDING` possible when `DISABLE_INDEX=YES` * Add doxyindexer and doxysearch installation * cmake: always install man pages, only install for the binaries installed * allow function ptr with `INLINE_SIMPLE_STRUCTS` * Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org> - Use %patch -P N instead of deprecated %patchN. * Mon Jan 22 2024 pgajdos@suse.com - reintroduce useful reproducible.patch - modified patches % doxygen-no-lowercase-man-names.patch (refreshed) - added patches + reproducible.patch * Mon Dec 25 2023 Christoph G <foss@grueninger.de> - Update to doxygen 1.10.0 Full changelog see https://www.doxygen.nl/manual/changelog.html - Drop patches that are part of upstream since 1.9.7 Fix-boundingbox-parsing_part1.patch, Fix-boundingbox-parsing_part2.patch, Fix-boundingbox-parsing_part3.patch, and Fix-boundingbox-parsing_part4.patch. - Drop patch reproducible.patch, it does no longer apply and messing around with the internals of a C++ filesystem library does not seem to be the right approach. * Mon Jul 17 2023 Bernhard Wiedemann <bwiedemann@suse.com> - Add reproducible.patch to make doxytags output reproducible (boo#1201579) * Mon Apr 24 2023 Dominique Leuenberger <dimstar@opensuse.org> - Re-download patches: the server presents them with shorter hash refs: * Fix-boundingbox-parsing_part1.patch * Fix-boundingbox-parsing_part2.patch * Fix-boundingbox-parsing_part3.patch * Fix-boundingbox-parsing_part4.patch * Mon Apr 24 2023 Dominique Leuenberger <dimstar@opensuse.org> - Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS. * Thu Mar 16 2023 Stefan Brüns <stefan.bruens@rwth-aachen.de> - Fix boundingbox parsing of graphviz PDFs when using cairo >= 1.17.6, add: * Fix-boundingbox-parsing_part1.patch * Fix-boundingbox-parsing_part2.patch * Fix-boundingbox-parsing_part3.patch * Fix-boundingbox-parsing_part4.patch * Wed Dec 28 2022 Dirk Müller <dmueller@suse.com> - update to 1.9.6: see https://www.doxygen.nl/manual/changelog.html * Adding Python PEP 526 typing support * issue #2580: Formatting-options for $datetime * issue #9702: Add new command \qualifier to add custom tags that would be similar to "inline" and "static" to some functions or classes [view] and [view] * issue #9549: Feature request: Allow to disable Webkit scrollbar styling [view] * NUM_PROC_THREAD!=1 will now process formulas on multiple threads [view] * Treat __name variable as private and _name variables as protected in Python [view] * Add support for multiple <summary> sections inside <details> [view], [view], * WARN_IF_UNDOC_ENUM_VAL to have warnings for undocumented enum values [view], * Fri Nov 18 2022 pgajdos@suse.com - fix bsc#1204558, doxygen fails to build on ppc64le - compiler crash? - added sources + _constraints * Fri Aug 26 2022 Antoine Belvire <antoine.belvire@opensuse.org> - Update to version 1.9.5: See https://doxygen.nl/manual/changelog.html. - Remove upstreamed patches: * doxygen-modify_footer.patch * doxygen-gcc12.patch * doxygen-1.9.4-fix-symlink-detection.patch * Tue Aug 23 2022 Antoine Belvire <antoine.belvire@opensuse.org> - Add doxygen-1.9.4-fix-symlink-detection.patch: Fix symlink detection issue leading to givaro build to hang (gh#doxygen/doxygen#9491). * Mon Jun 27 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 2022 Andreas Stieger <andreas.stieger@gmx.de> - update to 1.9.3: * Write directory dependency graphs recursively * Added missing symbols needed to enable SANITIZE_UNDEFINED * Add the xml output format to the image command as generic format * Add the HTML and XML commands to the index [view] * Added explanation for directory dependency graphs in graph manual * Avoid tampering with special commands while doing markdown parsing * Adding HTML tag <cite> [view] * Adding engine to xml output for plantuml [view] * Czech localization update, added all missing czech localization strings up to 1.9.3 * translate chinese upto version 1.9.2 * Updated swedish translation to 1.9.2 * Greek translation updated to 1.9.2 * Portuguese translators upddated to 1.9.3 * UTF-8 characters in email address * Support for char32_t etc. in code coloring * Changed license of doxmlparser from GPLv2 to MIT * Better error message in case of a fatal error in a lexer * Better readable warnings / debug messages incase of warning with token / return value in docparser * value attribute for <li> tag * Copy original dotfile to output directory in case of DOT_CLEANUP is not set * allow using percentual numbers for images dimensions * Make email obfuscation optional * Improvement of WARN_LOGFILE possibilities * No warning in case non existing macro parameter * HTML tag details * Include qualified names in `<memberdef>`s in XML output * CLASS_DIAGRAM has become obsolete. The same functionality can now be achieved using HAVE_DOT and CLASS_GRAPH. Old settings in the Doxyfile will be automatically converted when reading or updating it
/usr/bin/doxygen /usr/share/licenses/doxygen /usr/share/licenses/doxygen/LICENSE /usr/share/man/man1/doxygen.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Feb 1 00:38:01 2025