mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[commands] Update Command documentation (NFC) (#3881)
Add reference to which VendorDep the class is included in. Add missing OldCommands C++ Documentation (copied from Java).
This commit is contained in:
@@ -12,6 +12,12 @@
|
||||
|
||||
namespace frc {
|
||||
|
||||
/**
|
||||
* A WaitCommand will wait for a certain amount of time before finishing. It is
|
||||
* useful if you want a CommandGroup to pause for a moment.
|
||||
*
|
||||
* This class is provided by the OldCommands VendorDep
|
||||
*/
|
||||
class WaitCommand : public TimedCommand {
|
||||
public:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user