Skip to content

Commit 1d2b03f

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/hardware/peripherals/edac/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Related configuration option:
2121
API Reference
2222
*************
2323

24-
.. doxygengroup:: edac
24+
.. doxygengroup:: edac_interface

include/zephyr/drivers/edac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <sys/types.h>
1818

1919
/**
20-
* @defgroup edac EDAC API
20+
* @defgroup edac_interface EDAC API
2121
* @since 2.5
2222
* @version 0.8.0
2323
* @ingroup io_interfaces

samples/subsys/edac/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. zephyr:code-sample:: edac
22
:name: EDAC shell
3-
:relevant-api: edac
3+
:relevant-api: edac_interface
44

55
Test error detection and correction (EDAC) using shell commands.
66

0 commit comments

Comments
 (0)