mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[wpilibc] Add doxygen deprecated tag to deprecated methods (#2336)
This commit is contained in:
@@ -159,8 +159,11 @@ class IterativeRobotBase : public RobotBase {
|
||||
* Constructor for IterativeRobotBase.
|
||||
*
|
||||
* @param period Period in seconds.
|
||||
*
|
||||
* @deprecated Use IterativeRobotBase(units::second_t period) with unit-safety
|
||||
* instead
|
||||
*/
|
||||
WPI_DEPRECATED("Use ctor with unit-safety instead.")
|
||||
WPI_DEPRECATED("Use constructor with unit-safety instead.")
|
||||
explicit IterativeRobotBase(double period);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user