Missing doxygen @file sections
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 14 Mar 2009 21:21:02 +0000 (21:21 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 14 Mar 2009 21:21:02 +0000 (21:21 +0000)
server/endian.c
server/server-queue.c

index 2e4b152..b7e9168 100644 (file)
@@ -1,3 +1,6 @@
+/** @file server/endian.c
+ * @brief Expose runtime endianness to makefile for testing
+ */
 #include <config.h>
 #include <stdio.h>
 
index 88e7723..2efd94a 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 */