Skip to content

Commit fd61343

Browse files
kartbennashif
authored andcommitted
samples: doc: fix wrong relevant_apis references
Remove references to invalid Doxygen groups. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 5ef0508 commit fd61343

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

samples/net/ptp/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. zephyr:code-sample:: ptp
22
:name: PTP
3-
:relevant-api: ptp ptp_time ptp_clock
3+
:relevant-api: ptp
44

55
Enable PTP support and monitor messages and events via logging.
66

samples/net/sockets/coap_client/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. zephyr:code-sample:: coap-client
22
:name: CoAP client
3-
:relevant-api: coap udp
3+
:relevant-api: coap
44

55
Use the CoAP library to implement a client that fetches a resource.
66

samples/net/sockets/coap_download/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. zephyr:code-sample:: coap-download
22
:name: CoAP download
3-
:relevant-api: coap_client_interface
3+
:relevant-api: coap
44

55
Use the CoAP client API to download data via a GET request
66

samples/net/sockets/coap_server/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. zephyr:code-sample:: coap-server
22
:name: CoAP service
3-
:relevant-api: coap coap_service udp
3+
:relevant-api: coap coap_service
44

55
Use the CoAP server subsystem to register CoAP resources.
66

samples/subsys/llext/edk/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. zephyr:code-sample:: llext-edk
22
:name: Linkable loadable extensions EDK
3-
:relevant-api: llext
3+
:relevant-api: llext_apis
44

55
Enable linkable loadable extension development outside the Zephyr tree using
66
LLEXT EDK (Extension Development Kit).

samples/subsys/llext/modules/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. zephyr:code-sample:: llext-modules
22
:name: Linkable loadable extensions "module" sample
3-
:relevant-api: llext
3+
:relevant-api: llext_apis
44

55
Call a function in a loadable extension module,
66
either built-in or loaded at runtime.

samples/subsys/llext/shell_loader/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. zephyr:code-sample:: llext-shell-loader
22
:name: Linkable loadable extensions shell module
3-
:relevant-api: llext
3+
:relevant-api: llext_apis
44

55
Manage loadable extensions using shell commands.
66

0 commit comments

Comments
 (0)