diff options
author | Jaroslav Kysela <perex@perex.cz> | 2001-04-24 13:02:58 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2001-04-24 13:02:58 +0000 |
commit | f65b035a45c89fb52760b9e5a93a40914c16eb33 (patch) | |
tree | a0e2a7cd239105b00c06b1fc5ebccd9748d5a380 /include/output.h | |
parent | 98ab09fb27b92f0d2dca9a4c7395c9d00a4f3117 (diff) |
Improved in-source documentation (interfaces are divided into modules).
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 + +/** \} */ + |