Skip to content

Commit

Permalink
Merge pull request #14 from dmadison/doxygen-fixes
Browse files Browse the repository at this point in the history
Doxygen Fixes
  • Loading branch information
dmadison authored Oct 21, 2023
2 parents 49e2fe1 + 95e2f06 commit 053c24c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ SHORT_NAMES = NO
# description.)
# The default value is: NO.

JAVADOC_AUTOBRIEF = NO
JAVADOC_AUTOBRIEF = YES

# If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
# such as
Expand Down
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 053c24c

Please sign in to comment.