Skip to content

Commit 1fb6c63

Browse files
henrikbrixandersennashif
authored andcommitted
drivers: can: fix doxygen comment formatting
Fix the formatting of a few doxygen comments. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 1004901 commit 1fb6c63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/drivers/can.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ extern "C" {
8888
* @brief Defines the mode of the CAN controller
8989
*/
9090
enum can_mode {
91-
/* Normal mode. */
91+
/** Normal mode. */
9292
CAN_NORMAL_MODE,
93-
/* Controller is not allowed to send dominant bits. */
93+
/** Controller is not allowed to send dominant bits. */
9494
CAN_SILENT_MODE,
95-
/* Controller is in loopback mode (receives own frames). */
95+
/** Controller is in loopback mode (receives own frames). */
9696
CAN_LOOPBACK_MODE,
97-
/* Combination of loopback and silent modes. */
97+
/** Combination of loopback and silent modes. */
9898
CAN_SILENT_LOOPBACK_MODE
9999
};
100100

0 commit comments

Comments
 (0)