summaryrefslogtreecommitdiffstats
path: root/parser-mpcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser-mpcmd.c')
-rw-r--r--parser-mpcmd.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/parser-mpcmd.c b/parser-mpcmd.c
index 036702152d..57cdd65ad6 100644
--- a/parser-mpcmd.c
+++ b/parser-mpcmd.c
@@ -1,3 +1,7 @@
+
+/// \file
+/// \ingroup ConfigParsers Playtree
+
#include "config.h"
#include <stdio.h>
@@ -56,6 +60,9 @@ static inline void add_entry(play_tree_t **last_parentp,
*last_entryp = entry;
}
+/// Setup the \ref Config from command line arguments and build a playtree.
+/** \ingroup ConfigParsers
+ */
play_tree_t*
m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv)
{