From e64909a12c23e75d86272bcea2f2ab49ebc8eadf Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 13 Sep 2013 13:11:43 +0000 Subject: [PATCH] Fix comment to args of GetDefaultScript() - string GetDefaultScript(in string theID, in string theModuleName); + string GetDefaultScript(in string theModuleName, in string indent); --- idl/SALOMEDS.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2