From: Andre Noll Date: Wed, 31 Oct 2007 00:23:27 +0000 (+0100) Subject: doxgen: Kill double /ref. X-Git-Tag: v0.3.0~163 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=19b62f8310b84db99dd95fda8218823abdb3d7bf;p=paraslash.git doxgen: Kill double /ref. --- diff --git a/server.c b/server.c index 4ea6df0b..febfe2ad 100644 --- a/server.c +++ b/server.c @@ -23,8 +23,8 @@ * * The gory details, listed by topic: * - * - Audio format handlers: \ref mp3_afh.c, \ref ogg_afh.c \ref aac_afh.c, - * - Decoders: \ref mp3dec.c, \ref \ref oggdec.c, \ref aacdec.c, + * - Audio format handlers: \ref mp3_afh.c, \ref ogg_afh.c, \ref aac_afh.c, + * - Decoders: \ref mp3dec.c, \ref oggdec.c, \ref aacdec.c, * - Volume normalizer: \ref compress.c, * - Output: \ref alsa_write.c, \ref osx_write.c, * - http: \ref http_recv.c, \ref http_send.c,