comparison m_option.h @ 34200:87a1b3a11b33

Fix a bunch of Doxygen syntax errors that caused warnings.
author diego
date Thu, 03 Nov 2011 13:24:53 +0000
parents 9b617726812c
children 1495455e6d22
comparison
equal deleted inserted replaced
34199:bac52e3ddd04 34200:87a1b3a11b33
19 #ifndef MPLAYER_M_OPTION_H 19 #ifndef MPLAYER_M_OPTION_H
20 #define MPLAYER_M_OPTION_H 20 #define MPLAYER_M_OPTION_H
21 21
22 #include <string.h> 22 #include <string.h>
23 23
24 /// \defgroup Options 24 /// \defgroup options Options
25 /// m_option allows to parse, print and copy data of various types. 25 /// m_option allows to parse, print and copy data of various types.
26 /// It is the base of the \ref OptionsStruct, \ref Config and 26 /// It is the base of the \ref OptionsStruct, \ref Config and
27 /// \ref Properties APIs. 27 /// \ref Properties APIs.
28 ///@{ 28 ///@{
29 29