2
0
mirror of https://github.com/team2059/Dent synced 2025-01-07 22:14:14 -05:00

Fixed doxygen warnings

This commit is contained in:
Austen Adler 2015-04-06 19:06:00 -04:00
parent e0536cf787
commit 6fd89b1a84

25
OI.h
View File

@ -16,11 +16,26 @@ class OI{
* @brief Constructs OI
*/
OI();
Command *raise, //<! Raise command
*lower, //<! Lower command
*binLower, //<! BinLower command
*binRaise; //<! BinRaise command
CommandGroup *cycle; //<! ElevatorCycle commandgroup
/**
* Raise command
*/
Command *raise,
/**
* @brief Lower command
*/
*lower,
/**
* @brief BinLower command
*/
*binLower,
/**
* @brief BinRaise command
*/
*binRaise;
/**
* @brief ElevatorCycle commandgroup
*/
CommandGroup *cycle;
/**
* @brief Returns the right joystick
*