From 42999b90e2ff1d3a4d2a5f9a8927acc3dcde4515 Mon Sep 17 00:00:00 2001 From: Joseph Eng Date: Wed, 10 Jul 2024 08:37:16 -0700 Subject: [PATCH] Fix order of packages in docs --- docs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.gradle b/docs/build.gradle index a889dd96015..03f2e0b4975 100644 --- a/docs/build.gradle +++ b/docs/build.gradle @@ -217,8 +217,8 @@ task generateJavaDocs(type: Javadoc) { "-edu.wpi.first.hal.can," + "-edu.wpi.first.hal.simulation," + // TODO: ^ Document these, then remove them from the list - "-edu.wpi.first.math.struct," + "-edu.wpi.first.math.proto," + + "-edu.wpi.first.math.struct," + "-edu.wpi.first.math.controller.proto," + "-edu.wpi.first.math.controller.struct," + "-edu.wpi.first.math.geometry.proto," +