summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-01-14 16:28:23 +0800
committerKhem Raj <raj.khem@gmail.com>2025-01-14 08:52:03 -0800
commita840a3da4768ac19f0785fcb9e3cd4cf180580eb (patch)
tree93b149f9eb3a43007496e9a33433b822667b8620
parenta2c6a0ba8db593c5792b7d09dbde09ba57dd8a31 (diff)
downloadmeta-openembedded-a840a3da4768ac19f0785fcb9e3cd4cf180580eb.tar.gz
doxygen: upgrade 1.13.1 -> 1.13.2
Changelog: ========== Bug fixes --------- - issue #8803 Template class with the same name as existing class gets in the same output file - issue #11308 SVG dot graphs have added padding - issue #11309 Markdown blockquotes with lists do not render as expected - issue #11313 Template class specializations are ignored, which leads to invalid links - issue #11314 "Copy to clipboard" button broken with XHTML - issue #11320 Documentation fails to build (it freezes, no crash) - issue #11322 C++ 20 Modules: Links to global functions, links to modules - issue #11326 Missing description for a class member of a using-declared class - issue #11330 Snippet trimleft option does not handle newlines well - issue #11333 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 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb (renamed from meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb
index 6f71806250..aa2dc7da46 100644
--- a/meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb
+++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb
@@ -10,7 +10,7 @@ SRC_URI = "\
10 git://github.com/doxygen/doxygen.git;branch=master;protocol=https \ 10 git://github.com/doxygen/doxygen.git;branch=master;protocol=https \
11" 11"
12 12
13SRCREV = "cb7d0d0c90e66d1599f3526d46672bddaafc08d2" 13SRCREV = "26342b775ea25e6fefb53220926b20702c56fcb3"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16