mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[docs] Fix Doxygen warnings, add CI docs lint job (#3639)
The CI docs lint build is configured to fail on Doxygen warnings.
This commit is contained in:
@@ -48,7 +48,7 @@ class AnalogGyro : public Gyro,
|
||||
explicit AnalogGyro(int channel);
|
||||
|
||||
/**
|
||||
* @Gyro constructor with a precreated AnalogInput object.
|
||||
* Gyro constructor with a precreated AnalogInput object.
|
||||
*
|
||||
* Use this constructor when the analog channel needs to be shared.
|
||||
* This object will not clean up the AnalogInput object when using this
|
||||
|
||||
Reference in New Issue
Block a user