Skip to content

Commit 56b0075

Browse files
committed
Fix small Doxygen syntax-typos
1 parent 8fcd44a commit 56b0075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/host/pico_status_led/include/pico/status_led.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern "C" {
4343
#define PICO_COLORED_STATUS_LED_USES_WRGB 0
4444
#endif
4545

46-
/*! \brief Generate an RGB color value for /ref colored_status_led_set_on_with_color
46+
/*! \brief Generate an RGB color value for \ref colored_status_led_set_on_with_color
4747
* \ingroup pico_status_led
4848
*/
4949
#ifndef PICO_COLORED_STATUS_LED_COLOR_FROM_RGB

src/rp2_common/pico_status_led/include/pico/status_led.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extern "C" {
5757
#define PICO_COLORED_STATUS_LED_USES_WRGB 0
5858
#endif
5959

60-
/*! \brief Generate an RGB color value for /ref colored_status_led_set_on_with_color
60+
/*! \brief Generate an RGB color value for \ref colored_status_led_set_on_with_color
6161
* \ingroup pico_status_led
6262
*/
6363
#ifndef PICO_COLORED_STATUS_LED_COLOR_FROM_RGB

0 commit comments

Comments
 (0)