From abc1c0b936dfe3eeaf73560be9e6e276d2993ef3 Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 20 Apr 2006 16:30:54 +0200 Subject: [PATCH] More doxygen updates --- alsa_writer.c | 4 +++- file_writer.c | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/alsa_writer.c b/alsa_writer.c index 6a3d18a3..53cf7e36 100644 --- a/alsa_writer.c +++ b/alsa_writer.c @@ -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; diff --git a/file_writer.c b/file_writer.c index 7878cce1..dabe92ce 100644 --- a/file_writer.c +++ b/file_writer.c @@ -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" -- 2.30.2