[MPlayer-cvslog] CVS: main parser-cfg.c, 1.8, 1.9 parser-mecmd.c, 1.14, 1.15 parser-mecmd.h, 1.1, 1.2 parser-mpcmd.c, 1.27, 1.28 playtree.c, 1.23, 1.24 playtree.h, 1.8, 1.9 playtreeparser.c, 1.32, 1.33 playtreeparser.h, 1.5, 1.6

Diego Biurrun diego at biurrun.de
Wed Apr 26 03:49:51 CEST 2006


On Tue, Apr 25, 2006 at 03:26:12AM +0200, Alban Bedel CVS wrote:
> 
> Modified Files:
> 	parser-cfg.c parser-mecmd.c parser-mecmd.h parser-mpcmd.c 
> 	playtree.c playtree.h playtreeparser.c playtreeparser.h 
> Log Message:
> Doxygen Attack! - Chapter 3
> 
> --- playtreeparser.h	30 May 2003 17:53:03 -0000	1.5
> +++ playtreeparser.h	25 Apr 2006 01:26:10 -0000	1.6
> @@ -1,4 +1,13 @@
>  
> +/// \defgroup PlaytreeParser Playtree parser
> +/// \ingroup Playtree
> +///
> +/// The playtree parser allow to read various playlist formats. It read from
> +/// stream allowing to handle playlist from local files and the network.

allows, reads from a stream

> @@ -11,17 +20,33 @@
>    int deep,keep;
>  } play_tree_parser_t;
>  
> -
> +/// Create a new parser.
> +/** \param stream The stream to read from.
> + *  \param deep Parser depth. Some format allow including other files,
> + *              this is used to track the inclusion depth.

Settle for either plural or singular.

Diego




More information about the MPlayer-cvslog mailing list