From 173f1e8a8bdebe6ca2c84a0b332246bee2106d93 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Sat, 8 Dec 2007 20:47:39 +0100
Subject: [PATCH] afs.h: Doxify comment for struct audio_file_data.

---
 afs.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

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];
-- 
2.39.5