diff options
Diffstat (limited to 'include/output.h')
-rw-r--r-- | include/output.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/output.h b/include/output.h index 94f57fba..0f334053 100644 --- a/include/output.h +++ b/include/output.h @@ -1,3 +1,8 @@ +/** + * \defgroup Output Output Interface + * Output Interface + * \{ + */ /** Output handle */ typedef struct _snd_output snd_output_t; @@ -27,3 +32,6 @@ int snd_output_flush(snd_output_t *output); #ifdef __cplusplus } #endif + +/** \} */ + |