comparison m_config.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents b3be7df634b0
children 51c23a18a17b
comparison
equal deleted inserted replaced
23688:3454aed9d083 23689:3f0d00abc073
1 #ifndef _M_CONFIG_H 1 #ifndef M_CONFIG_H
2 #define _M_CONFIG_H 2 #define M_CONFIG_H
3 3
4 /// \defgroup Config Config manager 4 /// \defgroup Config Config manager
5 /// 5 ///
6 /// m_config provides an API to manipulate the config variables in MPlayer. 6 /// m_config provides an API to manipulate the config variables in MPlayer.
7 /// It makes use of the \ref Options API to provide a context stack that 7 /// It makes use of the \ref Options API to provide a context stack that
195 195
196 ///@} 196 ///@}
197 197
198 ///@} 198 ///@}
199 199
200 #endif /* _M_CONFIG_H */ 200 #endif /* M_CONFIG_H */