X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=eed17768c871c9c0a3841457a6f7762972ddf0a4;hb=97fbaf879847d77a91faf40fb7e515df23eb9ba3;hp=977fc40b6591dd778294ce7a796a6edcb4746f18;hpb=97455ec05c2a3e37737a32f55eb5a7c99c0d7050;p=paraslash.git diff --git a/afs.h b/afs.h index 977fc40b..eed17768 100644 --- a/afs.h +++ b/afs.h @@ -116,11 +116,11 @@ void make_empty_status_items(char *buf); * Data about the current audio file, passed from afs to server. */ struct audio_file_data { - /* Same info as ls -lv -p . */ + /** Same info as ls -lv -p . */ char verbose_ls_output[VERBOSE_LS_OUTPUT_SIZE]; - /* The open file descriptor to the current audio file. */ + /** The open file descriptor to the current audio file. */ int fd; - /* Vss needs this for streaming. */ + /** Vss needs this for streaming. */ struct afh_info afhi; };