# HG changeset patch # User diego # Date 1320326693 0 # Node ID 87a1b3a11b335503e38642bb9ad9f46ed879aff5 # Parent bac52e3ddd0452fd599437a1b946abdf545f21a5 Fix a bunch of Doxygen syntax errors that caused warnings. diff -r bac52e3ddd04 -r 87a1b3a11b33 command.c --- a/command.c Thu Nov 03 13:24:50 2011 +0000 +++ b/command.c Thu Nov 03 13:24:53 2011 +0000 @@ -215,7 +215,7 @@ } -/// \defgroup Properties +/// \defgroup properties Properties ///@{ /// \defgroup GeneralProperties General properties @@ -2496,6 +2496,7 @@ } return "UNKNOWN"; } +///@} static void remove_subtitle_range(MPContext *mpctx, int start, int count) { diff -r bac52e3ddd04 -r 87a1b3a11b33 m_option.h --- a/m_option.h Thu Nov 03 13:24:50 2011 +0000 +++ b/m_option.h Thu Nov 03 13:24:53 2011 +0000 @@ -21,7 +21,7 @@ #include -/// \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. diff -r bac52e3ddd04 -r 87a1b3a11b33 m_property.h --- a/m_property.h Thu Nov 03 13:24:50 2011 +0000 +++ b/m_property.h Thu Nov 03 13:24:53 2011 +0000 @@ -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 diff -r bac52e3ddd04 -r 87a1b3a11b33 playtree.h --- a/playtree.h Thu Nov 03 13:24:50 2011 +0000 +++ b/playtree.h Thu Nov 03 13:24:53 2011 +0000 @@ -61,7 +61,7 @@ #define PLAY_TREE_ITER_RND 1 ///@} -/// \defgroup Playtree +/// \defgroup playtree Playtree ///@{ typedef struct play_tree play_tree_t;