From: Richard Kettlewell Date: Sat, 14 Mar 2009 21:21:02 +0000 (+0000) Subject: Missing doxygen @file sections X-Git-Tag: 5.0~164 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/64c12487df48a8b90f663fefda6b82980fd3a059 Missing doxygen @file sections --- diff --git a/server/endian.c b/server/endian.c index 2e4b152..b7e9168 100644 --- a/server/endian.c +++ b/server/endian.c @@ -1,3 +1,6 @@ +/** @file server/endian.c + * @brief Expose runtime endianness to makefile for testing + */ #include #include diff --git a/server/server-queue.c b/server/server-queue.c index 88e7723..2efd94a 100644 --- a/server/server-queue.c +++ b/server/server-queue.c @@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @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 */