fix: use Doxygen 1.10 on Ubuntu 20 and older

This commit is contained in:
Amin Yahyaabadi 2024-08-08 01:26:46 -07:00
parent f767bd8819
commit be629c9363
No known key found for this signature in database
GPG Key ID: F52AF77F636088F0
5 changed files with 10 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -110,4 +110,10 @@ export const DefaultLinuxVersion: Record<string, Record<number, string> | undefi
16: "40",
14: "40",
},
doxygen: {
24: "1.11.0",
22: "1.11.0",
20: "1.10.0",
18: "1.10.0",
},
}