mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[docs] Disable doxygen linking for common words that are also classes (#3563)
Add % in front of name in order to suppress doxygen link creation. https://www.doxygen.nl/manual/autolink.html
This commit is contained in:
@@ -66,7 +66,7 @@ class GenericHID {
|
||||
bool GetRawButton(int button) const;
|
||||
|
||||
/**
|
||||
* Whether the button was pressed since the last check. Button indexes begin
|
||||
* Whether the button was pressed since the last check. %Button indexes begin
|
||||
* at 1.
|
||||
*
|
||||
* This method returns true if the button went from not pressed to held down
|
||||
@@ -79,7 +79,7 @@ class GenericHID {
|
||||
bool GetRawButtonPressed(int button);
|
||||
|
||||
/**
|
||||
* Whether the button was released since the last check. Button indexes begin
|
||||
* Whether the button was released since the last check. %Button indexes begin
|
||||
* at 1.
|
||||
*
|
||||
* This method returns true if the button went from held down to not pressed
|
||||
|
||||
Reference in New Issue
Block a user