fix: set the default doxygen version to 1.9.2

This commit is contained in:
Amin Yahyaabadi 2022-02-15 01:40:11 -08:00
parent 12b23196c9
commit 99fd4a9257
3 changed files with 3 additions and 3 deletions

2
dist/setup_cpp.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@ const DefaultVersions: Record<string, string> = {
python: "3.8.10",
kcov: "v39",
task: "3.10.0",
doxygen: process.platform === "win32" ? "1.9.3.20220106" : "1.9.3",
doxygen: "1.9.2",
gcc: process.platform === "win32" ? "11.2.0.07112021" : "11",
}