mirror of
https://github.com/team2059/Dent
synced 2025-01-07 22:14:14 -05:00
Fixed doxygen warnings
This commit is contained in:
parent
e0536cf787
commit
6fd89b1a84
25
OI.h
25
OI.h
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user