From: eap Date: Fri, 13 Sep 2013 13:11:43 +0000 (+0000) Subject: Fix comment to args of GetDefaultScript() X-Git-Tag: begin_agr_portmanager_branch_131004~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e64909a12c23e75d86272bcea2f2ab49ebc8eadf;p=modules%2Fkernel.git Fix comment to args of GetDefaultScript() - string GetDefaultScript(in string theID, in string theModuleName); + string GetDefaultScript(in string theModuleName, in string indent); --- diff --git a/idl/SALOMEDS.idl b/idl/SALOMEDS.idl index 69de7bf84..79ce87142 100644 --- a/idl/SALOMEDS.idl +++ b/idl/SALOMEDS.idl @@ -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.