[MPlayer-cvslog] r34288 - in trunk: command.c m_option.h m_property.h playtree.h
diego
subversion at mplayerhq.hu
Thu Nov 3 14:24:53 CET 2011
Author: diego
Date: Thu Nov 3 14:24:53 2011
New Revision: 34288
Log:
Fix a bunch of Doxygen syntax errors that caused warnings.
Modified:
trunk/command.c
trunk/m_option.h
trunk/m_property.h
trunk/playtree.h
Modified: trunk/command.c
==============================================================================
--- trunk/command.c Thu Nov 3 14:24:50 2011 (r34287)
+++ trunk/command.c Thu Nov 3 14:24:53 2011 (r34288)
@@ -215,7 +215,7 @@ static void log_sub(void)
}
-/// \defgroup Properties
+/// \defgroup properties Properties
///@{
/// \defgroup GeneralProperties General properties
@@ -2496,6 +2496,7 @@ static const char *property_error_string
}
return "UNKNOWN";
}
+///@}
static void remove_subtitle_range(MPContext *mpctx, int start, int count)
{
Modified: trunk/m_option.h
==============================================================================
--- trunk/m_option.h Thu Nov 3 14:24:50 2011 (r34287)
+++ trunk/m_option.h Thu Nov 3 14:24:53 2011 (r34288)
@@ -21,7 +21,7 @@
#include <string.h>
-/// \defgroup Options
+/// \defgroup options Options
/// m_option allows to parse, print and copy data of various types.
/// It is the base of the \ref OptionsStruct, \ref Config and
/// \ref Properties APIs.
Modified: trunk/m_property.h
==============================================================================
--- trunk/m_property.h Thu Nov 3 14:24:50 2011 (r34287)
+++ trunk/m_property.h Thu Nov 3 14:24:53 2011 (r34288)
@@ -21,7 +21,7 @@
#include "m_option.h"
-/// \defgroup Properties
+/// \defgroup properties Properties
///
/// Properties provide an interface to query and set the state of various
/// things in MPlayer. The API is based on the \ref Options API like the
Modified: trunk/playtree.h
==============================================================================
--- trunk/playtree.h Thu Nov 3 14:24:50 2011 (r34287)
+++ trunk/playtree.h Thu Nov 3 14:24:53 2011 (r34288)
@@ -61,7 +61,7 @@ struct m_config;
#define PLAY_TREE_ITER_RND 1
///@}
-/// \defgroup Playtree
+/// \defgroup playtree Playtree
///@{
typedef struct play_tree play_tree_t;
More information about the MPlayer-cvslog
mailing list