]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
doxgen: Kill double /ref.
authorAndre Noll <maan@systemlinux.org>
Wed, 31 Oct 2007 00:23:27 +0000 (01:23 +0100)
committerAndre Noll <maan@systemlinux.org>
Wed, 31 Oct 2007 00:23:27 +0000 (01:23 +0100)
server.c

index 4ea6df0b2abdd550866a1189fc2c72de48106614..febfe2ad02ca2828c1dffe65d2243ed8b661e605 100644 (file)
--- 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,