Skip to content

Commit 5eb9fe6

Browse files
committed
Update doxygen to 1.16.1
1 parent 13707ed commit 5eb9fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/build-docs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (!(Test-Path "$prefix" -PathType Container)) {
5050
}
5151

5252
function setup_doxygen() {
53-
$doxygen_ver = '1.14.0'
53+
$doxygen_ver = '1.16.1'
5454

5555
$doxygen_pkg_name = if ($isWin) { "doxygen-$doxygen_ver.windows.x64.bin.zip" } else { "doxygen-$doxygen_ver.linux.bin.tar.gz" }
5656
$doxygen_pkg_path = Join-Path $prefix $doxygen_pkg_name

0 commit comments

Comments
 (0)