chiark / gitweb /
Do a test decode of a FLAC file.
[disorder] / server / server-queue.c
index 88e772332513b12240193a1e643578ac4d972dc0..2efd94a361b46b00c1766db41a7215d63550e3ae 100644 (file)
@@ -15,6 +15,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+/** @file server/server-queue.c
+ * @brief Server-specific track queue support
+ */
 #include "disorder-server.h"
 
 /* the head of the queue is played next, so normally we add to the tail */