chiark / gitweb /
doxygen: add some missing docstrings.
[disorder] / server / server.c
index 29efbbe75e28bad5231d0eac34b7c1401a3a9b38..1169e2fa09f6f7756b6c33e19e2c6bc6739b160c 100644 (file)
@@ -1845,7 +1845,8 @@ static int c_playlist_unlock(struct conn *c,
   return 1;
 }
 
-static const struct command {
+/** @brief Server's definition of a command */
+static const struct server_command {
   /** @brief Command name */
   const char *name;