Mercurial > mplayer.hg
diff parser-mpcmd.c @ 18265:1a14fde7680d
Doxygen Attack! - Chapter 3
| author | albeu |
|---|---|
| date | Tue, 25 Apr 2006 01:26:10 +0000 |
| parents | 8692be1df74b |
| children | d78e7d5bc6d5 |
line wrap: on
line diff
--- a/parser-mpcmd.c Mon Apr 24 23:48:15 2006 +0000 +++ b/parser-mpcmd.c Tue Apr 25 01:26:10 2006 +0000 @@ -1,3 +1,7 @@ + +/// \file +/// \ingroup ConfigParsers Playtree + #include "config.h" #include <stdio.h> @@ -56,6 +60,9 @@ *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) {
