Remove references to Drake (#5427)

Fixes #5426.
This commit is contained in:
Tyler Veness
2023-07-09 21:25:14 -07:00
committed by GitHub
parent e2d385d80a
commit fd5699b240
5 changed files with 1 additions and 71 deletions

View File

@@ -67,9 +67,6 @@ doxygen {
cppIncludeRoots << '../ntcore/build/generated/main/native/include/'
if (project.hasProperty('docWarningsAsErrors')) {
// Drake
exclude 'drake/common/**'
// Eigen
exclude 'Eigen/**'
exclude 'unsupported/**'