]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix comment to args of GetDefaultScript()
authoreap <eap@opencascade.com>
Fri, 13 Sep 2013 13:11:43 +0000 (13:11 +0000)
committereap <eap@opencascade.com>
Fri, 13 Sep 2013 13:11:43 +0000 (13:11 +0000)
-    string GetDefaultScript(in string theID, in string theModuleName);
+    string GetDefaultScript(in string theModuleName, in string indent);

idl/SALOMEDS.idl

index 69de7bf8405812be6decc94e69c61a48008e8d34..79ce87142a4e4c5f9fa9d52f7d65d8f6ba449c0c 100644 (file)
@@ -376,10 +376,10 @@ during each working session.
 
 /*! \brief Get a default Python script to restore visual parameters for given %theModuleName.
 
-    \param theID identifies a common parameters set (Example: "Interface Applicative")
     \param theModuleName is a name of the module (Example: "Geometry")
+    \param indent is a string to use for script indentation
 */
-    string GetDefaultScript(in string theID, in string theModuleName);
+    string GetDefaultScript(in string theModuleName, in string indent);
 
 /*!
     Private method, returns an implementation of this Study.