[docs] Update to Doxygen 1.12.0 (#6970)

Fixes search when building with foonathan/memory
This commit is contained in:
sciencewhiz
2024-08-15 14:58:53 -07:00
committed by GitHub
parent 4d7c9edab3
commit 477907e4cc

View File

@@ -49,7 +49,7 @@ doxygen {
String arch = System.getProperty("os.arch");
if (arch.equals("x86_64") || arch.equals("amd64")) {
executables {
doxygen version : '1.9.4',
doxygen version : '1.12.0',
baseURI : 'https://frcmaven.wpi.edu/artifactory/generic-release-mirror/doxygen'
}
}
@@ -142,9 +142,6 @@ doxygen {
exclude 'units/**'
}
//TODO: building memory docs causes search to break
exclude 'wpi/memory/**'
exclude '*.pb.h'
// Save space by excluding protobuf and eigen