From f65b035a45c89fb52760b9e5a93a40914c16eb33 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 24 Apr 2001 13:02:58 +0000 Subject: Improved in-source documentation (interfaces are divided into modules). --- include/output.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/output.h') 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 + +/** \} */ + -- cgit v1.2.3