We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82765de commit 1d2b03fCopy full SHA for 1d2b03f
doc/hardware/peripherals/edac/index.rst
@@ -21,4 +21,4 @@ Related configuration option:
21
API Reference
22
*************
23
24
-.. doxygengroup:: edac
+.. doxygengroup:: edac_interface
include/zephyr/drivers/edac.h
@@ -17,7 +17,7 @@
17
#include <sys/types.h>
18
19
/**
20
- * @defgroup edac EDAC API
+ * @defgroup edac_interface EDAC API
* @since 2.5
* @version 0.8.0
* @ingroup io_interfaces
samples/subsys/edac/README.rst
@@ -1,6 +1,6 @@
1
.. zephyr:code-sample:: edac
2
:name: EDAC shell
3
- :relevant-api: edac
+ :relevant-api: edac_interface
4
5
Test error detection and correction (EDAC) using shell commands.
6
0 commit comments