ref:d1de481108d28e175cfbd694d86e6862706e5cf2

build(deps): bump third-party/doxyconfig from `b87f7e4` to `212e309` (#5686)

* build(deps): bump third-party/doxyconfig from `b87f7e4` to `212e309` Bumps [third-party/doxyconfig](https://github.com/LizardByte/doxyconfig) from `b87f7e4` to `212e309`. - [Release notes](https://github.com/LizardByte/doxyconfig/releases) - [Commits](https://github.com/LizardByte/doxyconfig/compare/b87f7e4e1dcd8a31c9a550cd7702b7420d89efac...212e3094fe6a09848d8ae058956faab27557c65c) --- updated-dependencies: - dependency-name: third-party/doxyconfig dependency-version: 212e3094fe6a09848d8ae058956faab27557c65c dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): install doxygen from msys2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
SHA: d1de481108d28e175cfbd694d86e6862706e5cf2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2026-09-12 13:43
Parents: 0f7dcf3
3 files changed +2 -27
Type
.github/workflows/ci-windows.yml +1 −26
@@ -100,6 +100,7 @@
"mingw-w64-${TOOLCHAIN}-cmake"
"mingw-w64-${TOOLCHAIN}-cppwinrt"
"mingw-w64-${TOOLCHAIN}-curl-winssl"
"mingw-w64-${TOOLCHAIN}-doxygen"
"mingw-w64-${TOOLCHAIN}-gcc"
"mingw-w64-${TOOLCHAIN}-graphviz"
"mingw-w64-${TOOLCHAIN}-miniupnpc"
@@ -147,32 +148,6 @@
else
pacman -Syu --noconfirm "${dependencies[@]}"
fi
- name: Install Doxygen
# GCC compiled doxygen has issues when running graphviz
env:
DOXYGEN_VERSION: "1.11.0"
shell: pwsh
run: |
# Set version variables
$doxy_ver = $env:DOXYGEN_VERSION
$_doxy_ver = $doxy_ver.Replace(".", "_")
# Download the Doxygen installer
Invoke-WebRequest -Uri `
"https://github.com/doxygen/doxygen/releases/download/Release_${_doxy_ver}/doxygen-${doxy_ver}-setup.exe" `
-OutFile "doxygen-setup.exe"
# Run the installer
Start-Process `
-FilePath .\doxygen-setup.exe `
-ArgumentList `
'/VERYSILENT' `
-Wait `
-NoNewWindow
# Clean up
Remove-Item -Path doxygen-setup.exe
- name: Setup dotnet # needed for wix
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
docs/building.md +1 −1
@@ -172,7 +172,7 @@
"mingw-w64-${TOOLCHAIN}-cmake"
"mingw-w64-${TOOLCHAIN}-cppwinrt"
"mingw-w64-${TOOLCHAIN}-curl-winssl"
"mingw-w64-${TOOLCHAIN}-doxygen" # Optional, for docs... better to install official Doxygen
"mingw-w64-${TOOLCHAIN}-doxygen" # Optional, for docs
"mingw-w64-${TOOLCHAIN}-graphviz" # Optional, for docs
"mingw-w64-${TOOLCHAIN}-miniupnpc"
"mingw-w64-${TOOLCHAIN}-onevpl"
third-party/doxyconfig +0 −0