Commit 3a4319b4 authored by Olivier Teulière's avatar Olivier Teulière

Comments must stay Doxygen-style comments

parent 406f8371
......@@ -37,7 +37,7 @@ class ThemeLoader: public SkinObject
ThemeLoader( intf_thread_t *pIntf ): SkinObject( pIntf ) {}
virtual ~ThemeLoader() {}
// The expected fileName must be an UTF-8 string
/// The expected fileName must be an UTF-8 string
bool load( const string &fileName );
private:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment