From 606d5220bf4e1e20c00718bcf090ccaa32eaa5dd Mon Sep 17 00:00:00 2001 From: Sprocket Riggs <34726295+aberiggs@users.noreply.github.com> Date: Wed, 27 Sep 2023 14:56:57 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9DUpdate=20Doxygen=20group=20definiti?= =?UTF-8?q?on=20for=20motor=20groups?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/pros/motor_group.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/pros/motor_group.hpp b/include/pros/motor_group.hpp index 4975318e..93320c63 100644 --- a/include/pros/motor_group.hpp +++ b/include/pros/motor_group.hpp @@ -16,8 +16,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * \defgroup cpp-motor-group Motors C++ API - * \note Additional example code for this module can be found in its [Tutorial](@ref motors). + * \defgroup cpp-motor-group Motor Groups C++ API */ #ifndef _PROS_MOTOR_GROUP_HPP_