]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
mp3_afh.c/ogg_afh.c: fix doxygen file documentation
authorAndre <maan@p133.(none)>
Wed, 17 May 2006 20:41:51 +0000 (22:41 +0200)
committerAndre <maan@p133.(none)>
Wed, 17 May 2006 20:41:51 +0000 (22:41 +0200)
mp3_afh.c
ogg_afh.c

index 4bd8888767406187d51f2f40f87cd8cc25d8c345..cd0899469b0ba2cd95f88b604c748e9900f309e6 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -16,7 +16,7 @@
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
 
-/** \file mp3.c para_server's mp3 audio format handler */
+/** \file mp3_afh.c para_server's mp3 audio format handler */
 
 /*
  * This file is based in part on mp3tech.c and mp3tech.h, Copyright (C)
index 3445970bd867acfbcd7ad52a1df1a58edd9bf691..874947e8e3175199aaa780995aac519d8a9aaa66 100644 (file)
--- a/ogg_afh.c
+++ b/ogg_afh.c
@@ -15,7 +15,7 @@
  *     along with this program; if not, write to the Free Software
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
-/** \file ogg.c para_server's ogg vorbis audio format handler */
+/** \file ogg_afh.c para_server's ogg vorbis audio format handler */
 
 #include <ogg/ogg.h>
 #include <vorbis/codec.h>