From: Andre Noll Date: Sat, 8 Dec 2007 19:47:39 +0000 (+0100) Subject: afs.h: Doxify comment for struct audio_file_data. X-Git-Tag: v0.3.0~62 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=173f1e8a8bdebe6ca2c84a0b332246bee2106d93 afs.h: Doxify comment for struct audio_file_data. --- diff --git a/afs.h b/afs.h index b17c8441..43457049 100644 --- 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 -/* - * 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];