summaryrefslogtreecommitdiffstats
path: root/parser-mpcmd.c
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-25 01:26:10 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-25 01:26:10 +0000
commit400a9fab2e77b3a89819e642233cef53b83ccb0f (patch)
treecece1fb31d9b6e0a56faf75e2ad38f1655828bde /parser-mpcmd.c
parentb2ca76bfb48a022ddef40cef2c53be39d1675ac0 (diff)
downloadmpv-400a9fab2e77b3a89819e642233cef53b83ccb0f.tar.bz2
mpv-400a9fab2e77b3a89819e642233cef53b83ccb0f.tar.xz
Doxygen Attack! - Chapter 3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18266 b3059339-0415-0410-9bf9-f77b7e298cf2
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)
{