]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
More doxygen updates
authorAndre <maan@p133.(none)>
Thu, 20 Apr 2006 14:30:54 +0000 (16:30 +0200)
committerAndre <maan@p133.(none)>
Thu, 20 Apr 2006 14:30:54 +0000 (16:30 +0200)
alsa_writer.c
file_writer.c

index 6a3d18a33464e3fe652afeadeae9e47579d92dae..53cf7e369b585c079c1f0beeed71582498d4e1d4 100644 (file)
@@ -16,7 +16,7 @@
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
 
-/** \file alsa_writer.c Data specific to the alsa writer */
+/** \file alsa_writer.c paraslash's alsa output plugin */
 
 /*
  * Based in parts on aplay.c from the alsa-utils-1.0.8 package,
@@ -37,6 +37,8 @@
 extern struct gengetopt_args_info conf;
 
 #define FORMAT SND_PCM_FORMAT_S16_LE
+
+/** data specific to the alsa writer */
 struct private_alsa_data {
        snd_pcm_t *handle;
        size_t bytes_per_frame;
index 7878cce1e5612074d112726637fe8345cba17acb..dabe92ce37fb941909a3286fe0575ef9e23e260d 100644 (file)
@@ -16,6 +16,8 @@
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
 
+/** \file file_writer.c simple output plugin for testing purposes */
+
 #include "para.h"
 #include "write.h"
 #include "string.h"