Skip to content

Commit 7eb5ffc

Browse files
marc-hblgirdwood
authored andcommitted
Exclude dai-legacy.h from doxygen to avoid clashes with dai-zephyr.h
This fixes the sof-docs build and stops producing a dai-drivers-api.html garbage that randomly mixed the two .h files. ``` Warning: Duplicate target detected: group__sof__dai__drivers_1ga8c720c310f408b2f97ce014562d6a910 sof-docs/api/dai-drivers-api.rst:4: WARNING: Duplicate ID: "group__sof__dai__drivers_1ga8c720c310f408b2f97ce014562d6a910". sof-docs/api/dai-drivers-api.rst:4: WARNING: Duplicate explicit target name: "group__sof__dai__drivers_1ga8c720c310f408b2f97ce014562d6a910". sof/sof-docs/api/dai-drivers-api.rst:6: WARNING: Duplicate declaration, const struct device* dai::drv ``` (Temporarily?) fixes commit 015ec63 ("zephyr: add glue code to use zephyr dai drivers") that introduced a lot of duplication with dai-zephyr.h. See more details at #5731 (comment) Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 31b1478 commit 7eb5ffc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/include/sof/lib/dai-legacy.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
*/
1111

1212
/**
13+
* \cond XTOS_DUP_FIXME
14+
*
1315
* \file include/sof/lib/dai.h
1416
* \brief DAI Drivers definition
1517
* \author Liam Girdwood <liam.r.girdwood@linux.intel.com>
@@ -564,3 +566,5 @@ void dai_dma_position_update(struct comp_dev *dev);
564566
/** @}*/
565567

566568
#endif /* __SOF_LIB_DAI_LEGACY_H__ */
569+
570+
/** \endcond */

0 commit comments

Comments
 (0)