Mercurial > mplayer.hg
changeset 34200:87a1b3a11b33
Fix a bunch of Doxygen syntax errors that caused warnings.
author | diego |
---|---|
date | Thu, 03 Nov 2011 13:24:53 +0000 |
parents | bac52e3ddd04 |
children | 079e40110dad |
files | command.c m_option.h m_property.h playtree.h |
diffstat | 4 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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) {
--- 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 <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.
--- 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