Path to this page:
Subject: CVS commit: pkgsrc/devel/doxygen
From: Adam Ciarcinski
Date: 2025-01-20 16:55:29
Message id: 20250120155529.4CAC6FBDE@cvs.NetBSD.org
Log Message:
doxygen: updated to 1.13.2
Release 1.13.2
Bug fixes
* Template class with the same name as existing class gets in the same output file,
* SVG dot graphs have added padding
* Markdown blockquotes with lists do not render as expected
* Template class specializations are ignored, which leads to invalid links
* "Copy to clipboard" button broken with XHTML
* Documentation fails to build (it freezes, no crash)
* C++ 20 Modules: Links to global functions, links to modules
* Missing description for a class member of a using-declared class
* Snippet trimleft option does not handle newlines well,
* rebuilding fedora ignition-transport causes abort in isExplicitPage with \
doxygen 1.13.1
String representation at "show configuration" in doxywizard
Support for Plus sign code fence directives - GitHub flavor
Improved user feedback and documentation
Adding debug and version information to doxycommentview
Release 1.13.1
Minor incompatibilities
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. This \
allows for the introduction of new elements, without having to update the user \
defined layout files to make them appear. For older Doxygen or layout versions, \
missing elements are still treated as being invisible as before.
Features
Add WARN_LAYOUT_FILE option to toggle warnings in layout file
Bug fixes
* Overloaded functions are mixed when their arguments have template with object \
in other namespace
* Regression with HTML_DYNAMIC_MENUS = NO, DISABLE_INDEX = NO, and custom LAYOUT_FILE
* Doxygen 1.13.0 ignores visibility="no" for various layout elements
* C++ 20 module partition: Links to class members not found
Fix compiler error when compiling doxygen in C++20 mode
Silence compiler warning in generated ce_parse.cpp
cmake: Fix flex version check for overriding the register keyword
Improved user feedback and documentation
Add module part to customize documentation
Documentation corrections.
Files: