]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Interface.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / Interface.h
index 585e2d5fd4b260824390559a4cc204fb6766825d..a51f8be231409e38857b9b3a761b2c9dcebd818c 100644 (file)
@@ -29,7 +29,7 @@ namespace cpPlugins
       Interface( );
       virtual ~Interface( );
 
-      /// Plugin access
+      // Plugin access
       TClasses& GetClasses( );
       const TClasses& GetClasses( ) const;
       Object::Pointer CreateObject( const std::string& name ) const;
@@ -37,7 +37,7 @@ namespace cpPlugins
         const std::string& name
         ) const;
 
-      /// Interface to PLUMA
+      // Interface to PLUMA
       bool Load( const std::string& path );
       bool Load( const std::string& folder, const std::string& name );
       int LoadFromFolder( const std::string& folder, bool r = false );