Skip to content

Commit 08e41ca

Browse files
kartbennashif
authored andcommitted
include: drivers: lora: follow naming scheme for doxygen group
Minor changes so that LoRa API uses the same naming scheme as other device drivers. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 1d2b03f commit 08e41ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/connectivity/lora_lorawan/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ API Reference
9595
LoRa PHY
9696
========
9797

98-
.. doxygengroup:: lora_api
98+
.. doxygengroup:: lora_interface
9999

100100
LoRaWAN
101101
=======

include/zephyr/drivers/lora.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* @file
1717
* @brief Public LoRa APIs
18-
* @defgroup lora_api LoRa APIs
18+
* @defgroup lora_interface LoRa
1919
* @since 2.2
2020
* @version 0.1.0
2121
* @ingroup io_interfaces

samples/drivers/lora/receive/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. zephyr:code-sample:: lora-receive
22
:name: LoRa receive
3-
:relevant-api: lora_api
3+
:relevant-api: lora_interface
44

55
Receive packets in both synchronous and asynchronous mode using the LoRa
66
radio.

samples/drivers/lora/send/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. zephyr:code-sample:: lora-send
22
:name: LoRa send
3-
:relevant-api: lora_api
3+
:relevant-api: lora_interface
44

55
Transmit a preconfigured payload every second using the LoRa radio.
66

0 commit comments

Comments
 (0)