chiark / gitweb /
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 2e4b1522821e19a422b282d456cb2d71e23d37a5..b7e916851bdc112be3bf75db89f0148833338016 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 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 */