From a840a3da4768ac19f0785fcb9e3cd4cf180580eb Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 Jan 2025 16:28:23 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb | 26 ---------------------- meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb create mode 100644 meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb deleted file mode 100644 index 6f71806250..0000000000 --- a/meta-oe/recipes-devtools/doxygen/doxygen_1.13.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources." -HOMEPAGE = "http://www.doxygen.org/" - -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -DEPENDS = "bison-native flex-native" - -SRC_URI = "\ - git://github.com/doxygen/doxygen.git;branch=master;protocol=https \ -" - -SRCREV = "cb7d0d0c90e66d1599f3526d46672bddaafc08d2" - -S = "${WORKDIR}/git" - -UPSTREAM_CHECK_GITTAGREGEX = "Release_(?P\d+(\_\d+)+)" - -inherit cmake python3native - -EXTRA_OECMAKE += "\ - -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ - -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb new file mode 100644 index 0000000000..aa2dc7da46 --- /dev/null +++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources." +HOMEPAGE = "http://www.doxygen.org/" + +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +DEPENDS = "bison-native flex-native" + +SRC_URI = "\ + git://github.com/doxygen/doxygen.git;branch=master;protocol=https \ +" + +SRCREV = "26342b775ea25e6fefb53220926b20702c56fcb3" + +S = "${WORKDIR}/git" + +UPSTREAM_CHECK_GITTAGREGEX = "Release_(?P\d+(\_\d+)+)" + +inherit cmake python3native + +EXTRA_OECMAKE += "\ + -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ + -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf