Skip to content

Commit 053c24c

Browse files
authored
Merge pull request #14 from dmadison/doxygen-fixes
Doxygen Fixes
2 parents 49e2fe1 + 95e2f06 commit 053c24c

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ SHORT_NAMES = NO
209209
# description.)
210210
# The default value is: NO.
211211

212-
JAVADOC_AUTOBRIEF = NO
212+
JAVADOC_AUTOBRIEF = YES
213213

214214
# If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line
215215
# such as

examples/Handbrake/HandbrakeJoystick/HandbrakeJoystick.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
/**
24-
* @brief Emulates the handbrake as a joystick over USB.
24+
* @details Emulates the handbrake as a joystick over USB.
2525
* @example HandbrakeJoystick.ino
2626
*/
2727

examples/Handbrake/HandbrakePrint/HandbrakePrint.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
/**
24-
* @brief Prints handbrake position percentage over Serial.
24+
* @details Prints handbrake position percentage over Serial.
2525
* @example HandbrakePrint.ino
2626
*/
2727

examples/Pedals/PedalsJoystick/PedalsJoystick.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
/**
24-
* @brief Emulates the pedals as a joystick over USB.
24+
* @details Emulates the pedals as a joystick over USB.
2525
* @example PedalsJoystick.ino
2626
*/
2727

examples/Pedals/PedalsPrint/PedalsPrint.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
/**
24-
* @brief Prints pedal position percentages over Serial.
24+
* @details Prints pedal position percentages over Serial.
2525
* @example PedalsPrint.ino
2626
*/
2727

examples/Shifter/ShiftJoystick/ShiftJoystick.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
/**
24-
* @brief Emulates the shifter as a joystick over USB.
24+
* @details Emulates the shifter as a joystick over USB.
2525
* @example ShiftJoystick.ino
2626
*/
2727

examples/Shifter/ShiftPrint/ShiftPrint.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
/**
24-
* @brief Reads and prints the current gear over serial.
24+
* @details Reads and prints the current gear over serial.
2525
* @example ShiftPrint.ino
2626
*/
2727

0 commit comments

Comments
 (0)