Commit f28a4bd
doc: Add zephyr/include to the Doxygen input
The Memory Allocation (alloc_api), PM Runtime (pm_runtime) and DMA
(sof_dma_drivers, sof_dma_copy_func) API groups stopped appearing in the
generated documentation when their headers were decoupled into
zephyr/include during the RTOS split. The Doxygen INPUT still listed only
src/include and xtos/include, so those Zephyr-era headers were no longer
scanned and sof-docs reported "Cannot find group" for all four.
Add zephyr/include to the INPUT. These headers declare exactly those four
groups and no others, with no group-name overlap with xtos/include, so
this recovers the missing API docs without introducing duplicates.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>1 parent d970d39 commit f28a4bd
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments