--- a/Documentation/Source/eric6.Utilities.ClassBrowsers.idlclbr.html Sat Nov 18 12:35:13 2017 +0100 +++ b/Documentation/Source/eric6.Utilities.ClassBrowsers.idlclbr.html Sat Nov 18 18:27:25 2017 +0100 @@ -93,18 +93,18 @@ <p> Constructor </p><dl> -<dt><i>module</i></dt> +<dt><i>module</i> (str)</dt> <dd> -name of the module containing this class -</dd><dt><i>name</i></dt> +name of the module containing this attribute +</dd><dt><i>name</i> (str)</dt> <dd> -name of this class -</dd><dt><i>file</i></dt> +name of this attribute +</dd><dt><i>file</i> (str)</dt> <dd> filename containing this attribute -</dd><dt><i>lineno</i></dt> +</dd><dt><i>lineno</i> (int)</dt> <dd> -linenumber of the class definition +line number of the attribute definition </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -141,22 +141,22 @@ <p> Constructor </p><dl> -<dt><i>module</i></dt> +<dt><i>module</i> (str)</dt> <dd> name of the module containing this function -</dd><dt><i>name</i></dt> +</dd><dt><i>name</i> (str)</dt> <dd> name of this function -</dd><dt><i>file</i></dt> +</dd><dt><i>file</i> (str)</dt> <dd> -filename containing this class -</dd><dt><i>lineno</i></dt> +filename containing this function +</dd><dt><i>lineno</i> (int)</dt> <dd> -linenumber of the class definition -</dd><dt><i>signature</i></dt> +line number of the function definition +</dd><dt><i>signature</i> (str)</dt> <dd> -parameterlist of the method -</dd><dt><i>separator</i></dt> +parameter list of the function +</dd><dt><i>separator</i> (str)</dt> <dd> string separating the parameters </dd> @@ -195,22 +195,22 @@ <p> Constructor </p><dl> -<dt><i>module</i></dt> +<dt><i>module</i> (str)</dt> <dd> -name of the module containing this class -</dd><dt><i>name</i></dt> +name of the module containing this interface +</dd><dt><i>name</i> (str)</dt> <dd> name of this interface -</dd><dt><i>superClasses</i></dt> +</dd><dt><i>superClasses</i> (list of str)</dt> <dd> list of interface names this interface is inherited from -</dd><dt><i>file</i></dt> +</dd><dt><i>file</i> (str)</dt> <dd> filename containing this interface -</dd><dt><i>lineno</i></dt> +</dd><dt><i>lineno</i> (int)</dt> <dd> -linenumber of the interface definition +line number of the interface definition </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -247,18 +247,18 @@ <p> Constructor </p><dl> -<dt><i>module</i></dt> +<dt><i>module</i> (str)</dt> <dd> -name of the module containing this class -</dd><dt><i>name</i></dt> +name of the module containing this module +</dd><dt><i>name</i> (str)</dt> <dd> -name of this class -</dd><dt><i>file</i></dt> +name of this module +</dd><dt><i>file</i> (str)</dt> <dd> -filename containing this class -</dd><dt><i>lineno</i></dt> +filename containing this module +</dd><dt><i>lineno</i> (int)</dt> <dd> -linenumber of the class definition +line number of the module definition </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -304,18 +304,23 @@ Read a CORBA IDL file and return a dictionary of classes, functions and modules. </p><dl> -<dt><i>module</i></dt> +<dt><i>module</i> (str)</dt> <dd> -name of the CORBA IDL file (string) -</dd><dt><i>path</i></dt> +name of the CORBA IDL file +</dd><dt><i>path</i> (list of str)</dt> <dd> -path the file should be searched in (list of strings) +path the file should be searched in </dd> </dl><dl> <dt>Returns:</dt> <dd> the resulting dictionary </dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr />