]> git.sesse.net Git - vlc/commitdiff
Comments must stay Doxygen-style comments
authorOlivier Teulière <ipkiss@videolan.org>
Tue, 13 Mar 2007 22:18:34 +0000 (22:18 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Tue, 13 Mar 2007 22:18:34 +0000 (22:18 +0000)
modules/gui/skins2/src/theme_loader.hpp

index bb18c5cc74aae248b0a77f748eb1276269b0497d..5a5beceeefc6fd5fb5b9d4b4a7ce293ef97df5f5 100644 (file)
@@ -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: