Documentation fixes
[vlp.git] / src / int / queue.c
index cbb91bc979dc54ca42ec900172fa3ddc6ab61bad..7189ce313cc22d600e84617fd7ebeffe609a7dad 100644 (file)
@@ -5,6 +5,9 @@
 #include "intproto.h"
 
 
+/**
+ * @file
+ */
 /* Queue management */
 /* Single linked circular lists with queue represented as pointer to rear */