Skip to content

Commit

Permalink
Change examples command @brief to @details
Browse files Browse the repository at this point in the history
The @brief doesn't work in the file list since there is no @file for the examples to avoid documenting the example functions as part of the library. Changing this to @details also fixes the double printed text on the example pages.
  • Loading branch information
dmadison committed Oct 21, 2023
1 parent f044fb0 commit 95e2f06
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/Handbrake/HandbrakeJoystick/HandbrakeJoystick.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @brief Emulates the handbrake as a joystick over USB.
* @details Emulates the handbrake as a joystick over USB.
* @example HandbrakeJoystick.ino
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/Handbrake/HandbrakePrint/HandbrakePrint.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @brief Prints handbrake position percentage over Serial.
* @details Prints handbrake position percentage over Serial.
* @example HandbrakePrint.ino
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/Pedals/PedalsJoystick/PedalsJoystick.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @brief Emulates the pedals as a joystick over USB.
* @details Emulates the pedals as a joystick over USB.
* @example PedalsJoystick.ino
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/Pedals/PedalsPrint/PedalsPrint.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @brief Prints pedal position percentages over Serial.
* @details Prints pedal position percentages over Serial.
* @example PedalsPrint.ino
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/Shifter/ShiftJoystick/ShiftJoystick.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @brief Emulates the shifter as a joystick over USB.
* @details Emulates the shifter as a joystick over USB.
* @example ShiftJoystick.ino
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/Shifter/ShiftPrint/ShiftPrint.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* @brief Reads and prints the current gear over serial.
* @details Reads and prints the current gear over serial.
* @example ShiftPrint.ino
*/

Expand Down

0 comments on commit 95e2f06

Please sign in to comment.