afs.h: Doxify comment for struct audio_file_data.
authorAndre Noll <maan@systemlinux.org>
Sat, 8 Dec 2007 19:47:39 +0000 (20:47 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 8 Dec 2007 19:47:39 +0000 (20:47 +0100)
afs.h

diff --git a/afs.h b/afs.h
index b17c8441c3c2488254f668df6062718e6575b9d8..434570497041a760fac86f80e139156da4ae5e93 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -113,9 +113,7 @@ void make_empty_status_items(char *buf);
 /** At most that many bytes will be passed from afs to para_server. */
 #define VERBOSE_LS_OUTPUT_SIZE 4096
 
 /** At most that many bytes will be passed from afs to para_server. */
 #define VERBOSE_LS_OUTPUT_SIZE 4096
 
-/*
- * Data about the current audio file, passed from afs to server.
- */
+/** Data about the current audio file, passed from afs to server. */
 struct audio_file_data {
        /** Same info as ls -lv -p current audio_file. */
        char verbose_ls_output[VERBOSE_LS_OUTPUT_SIZE];
 struct audio_file_data {
        /** Same info as ls -lv -p current audio_file. */
        char verbose_ls_output[VERBOSE_LS_OUTPUT_SIZE];