server: Fix comment of empty_status_items().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 7 Aug 2017 21:01:16 +0000 (23:01 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 8 Aug 2017 09:50:55 +0000 (11:50 +0200)
The function is not "used by vss", it is not even visible from vss.c
as it is a static function defined in command.c. De-doxyfy the comment
while at it.

command.c

index f17973048d8cf479ccf1682a3b3fe09aa90b2e21..0b06e5c00d852206df6971d52c8d06c2e357d99e 100644 (file)
--- a/command.c
+++ b/command.c
@@ -457,10 +457,9 @@ EXPORT_SERVER_CMD_HANDLER(version);
        ITEM(NUM_CHUNKS) \
        ITEM(AMPLIFICATION) \
 
        ITEM(NUM_CHUNKS) \
        ITEM(AMPLIFICATION) \
 
-/**
- * Write a list of audio-file related status items with empty values.
- *
- * This is used by vss when currently no audio file is open.
+/*
+ * Create a set of audio-file related status items with empty values. These are
+ * written to stat clients when no audio file is open.
  */
 static unsigned empty_status_items(bool parser_friendly, char **result)
 {
  */
 static unsigned empty_status_items(bool parser_friendly, char **result)
 {