From: Andre Noll Date: Mon, 9 Oct 2006 12:46:13 +0000 (+0200) Subject: osx_write.c: Add doxygen description for struct private_osx_write_data X-Git-Tag: v0.2.14~2^2~3 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=501edee5b98e4133bb64f41f78ffec1cd6f91f7e osx_write.c: Add doxygen description for struct private_osx_write_data --- diff --git a/osx_write.c b/osx_write.c index 153ae3d6..f2e5c485 100644 --- a/osx_write.c +++ b/osx_write.c @@ -52,6 +52,7 @@ struct osx_buffer { struct osx_buffer *next; }; +/** data specific to the osx writer */ struct private_osx_write_data { /** the main control structure for audio data manipulation */ AudioUnit audio_unit;