mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
[wpilib] Alert: fix incorrect set docs (NFC) (#7163)
Console printing was removed when Alerts were added to wpilib.
This commit is contained in:
@@ -89,9 +89,8 @@ class Alert {
|
||||
Alert(std::string_view group, std::string_view text, AlertType type);
|
||||
|
||||
/**
|
||||
* Sets whether the alert should currently be displayed. When activated, the
|
||||
* alert text will also be sent to the console. This method can be safely
|
||||
* called periodically.
|
||||
* Sets whether the alert should currently be displayed. This method can be
|
||||
* safely called periodically.
|
||||
*
|
||||
* @param active Whether to display the alert.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user