doc: group audio header using doxygen
Put audio related APIs into one doxygen group. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
bbea52c746
commit
178baee3b0
2 changed files with 9 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
* @brief Abstraction for audio codecs
|
* @brief Abstraction for audio codecs
|
||||||
*
|
*
|
||||||
* @defgroup audio_codec_interface Audio Codec Interface
|
* @defgroup audio_codec_interface Audio Codec Interface
|
||||||
|
* @ingroup audio_interface
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -17,10 +17,18 @@
|
||||||
#ifndef ZEPHYR_INCLUDE_AUDIO_DMIC_H_
|
#ifndef ZEPHYR_INCLUDE_AUDIO_DMIC_H_
|
||||||
#define ZEPHYR_INCLUDE_AUDIO_DMIC_H_
|
#define ZEPHYR_INCLUDE_AUDIO_DMIC_H_
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup audio_interface Audio
|
||||||
|
* @{
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Abstraction for digital microphones
|
* @brief Abstraction for digital microphones
|
||||||
*
|
*
|
||||||
* @defgroup audio_dmic_interface Digital Microphone Interface
|
* @defgroup audio_dmic_interface Digital Microphone Interface
|
||||||
|
* @ingroup audio_interface
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue