Skip to content

Commit b1d4ba5

Browse files
authored
Doxygen formatting fixes (#1283)
1 parent 777cd52 commit b1d4ba5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/rp2_common/pico_btstack/doc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* \brief Integration/wrapper libraries for <a href="https://github.com/bluekitchen/btstack">BTstack</a>
44
* the documentation for which is <a href="https://bluekitchen-gmbh.com/btstack/">here</a>.
55
*
6-
* A supplemental license for BTstack (in addition to the stock BTstack licensing terms) is provided <a href="https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/pico_btstack/LICENSE.RP>here</a>.
6+
* A supplemental license for BTstack (in addition to the stock BTstack licensing terms) is provided <a href="https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/pico_btstack/LICENSE.RP">here</a>.
77
*
88
* The \c \b pico_btstack_ble library adds the support needed for Bluetooth Low Energy (BLE). The \c \b pico_btstack_classic library adds the support needed for Bluetooth Classic.
99
* You can link to either library individually, or to both libraries thus enabling dual-mode support provided by BTstack.

src/rp2_common/pico_platform/include/pico/platform.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ extern "C" {
7777

7878
/*! \brief Marker for an interrupt handler
7979
* \ingroup pico_platform
80+
*
8081
* For example an IRQ handler function called my_interrupt_handler:
8182
*
8283
* void __isr my_interrupt_handler(void) {

0 commit comments

Comments
 (0)