diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.DocumentationTools.APIGenerator.html --- a/Documentation/Source/eric5.DocumentationTools.APIGenerator.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.DocumentationTools.APIGenerator.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.DocumentationTools.APIGenerator</h1> <p> -Module implementing the builtin API generator. +Module implementing the builtin API generator. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#APIGenerator">APIGenerator</a></td> -<td>Class implementing the builtin documentation generator.</td> +<td>Class implementing the builtin documentation generator.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="APIGenerator" ID="APIGenerator"></a> <h2>APIGenerator</h2> <p> - Class implementing the builtin documentation generator. + Class implementing the builtin documentation generator. </p> <h3>Derived from</h3> object @@ -55,112 +55,112 @@ <table> <tr> <td><a href="#APIGenerator.__init__">APIGenerator</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#APIGenerator.__addClassVariablesAPI">__addClassVariablesAPI</a></td> -<td>Private method to generate class api section for class variables.</td> +<td>Private method to generate class api section for class variables.</td> </tr><tr> <td><a href="#APIGenerator.__addClassesAPI">__addClassesAPI</a></td> -<td>Private method to generate the api section for classes.</td> +<td>Private method to generate the api section for classes.</td> </tr><tr> <td><a href="#APIGenerator.__addFunctionsAPI">__addFunctionsAPI</a></td> -<td>Private method to generate the api section for functions.</td> +<td>Private method to generate the api section for functions.</td> </tr><tr> <td><a href="#APIGenerator.__addGlobalsAPI">__addGlobalsAPI</a></td> -<td>Private method to generate the api section for global variables.</td> +<td>Private method to generate the api section for global variables.</td> </tr><tr> <td><a href="#APIGenerator.__addMethodsAPI">__addMethodsAPI</a></td> -<td>Private method to generate the api section for class methods.</td> +<td>Private method to generate the api section for class methods.</td> </tr><tr> <td><a href="#APIGenerator.__isPrivate">__isPrivate</a></td> -<td>Private method to check, if an object is considered private.</td> +<td>Private method to check, if an object is considered private.</td> </tr><tr> <td><a href="#APIGenerator.genAPI">genAPI</a></td> -<td>Method to generate the source code documentation.</td> +<td>Method to generate the source code documentation.</td> </tr> </table> <a NAME="APIGenerator.__init__" ID="APIGenerator.__init__"></a> <h4>APIGenerator (Constructor)</h4> <b>APIGenerator</b>(<i>module</i>) <p> - Constructor + Constructor </p><dl> <dt><i>module</i></dt> <dd> -The information of the parsed Python file. +The information of the parsed Python file. </dd> </dl><a NAME="APIGenerator.__addClassVariablesAPI" ID="APIGenerator.__addClassVariablesAPI"></a> <h4>APIGenerator.__addClassVariablesAPI</h4> <b>__addClassVariablesAPI</b>(<i>className</i>) <p> - Private method to generate class api section for class variables. + Private method to generate class api section for class variables. </p><dl> <dt><i>classname</i></dt> <dd> -Name of the class containing the class variables. (string) +Name of the class containing the class variables. (string) </dd> </dl><a NAME="APIGenerator.__addClassesAPI" ID="APIGenerator.__addClassesAPI"></a> <h4>APIGenerator.__addClassesAPI</h4> <b>__addClassesAPI</b>(<i></i>) <p> - Private method to generate the api section for classes. + Private method to generate the api section for classes. </p><a NAME="APIGenerator.__addFunctionsAPI" ID="APIGenerator.__addFunctionsAPI"></a> <h4>APIGenerator.__addFunctionsAPI</h4> <b>__addFunctionsAPI</b>(<i></i>) <p> - Private method to generate the api section for functions. + Private method to generate the api section for functions. </p><a NAME="APIGenerator.__addGlobalsAPI" ID="APIGenerator.__addGlobalsAPI"></a> <h4>APIGenerator.__addGlobalsAPI</h4> <b>__addGlobalsAPI</b>(<i></i>) <p> - Private method to generate the api section for global variables. + Private method to generate the api section for global variables. </p><a NAME="APIGenerator.__addMethodsAPI" ID="APIGenerator.__addMethodsAPI"></a> <h4>APIGenerator.__addMethodsAPI</h4> <b>__addMethodsAPI</b>(<i>className</i>) <p> - Private method to generate the api section for class methods. + Private method to generate the api section for class methods. </p><dl> <dt><i>classname</i></dt> <dd> -Name of the class containing the method. (string) +Name of the class containing the method. (string) </dd> </dl><a NAME="APIGenerator.__isPrivate" ID="APIGenerator.__isPrivate"></a> <h4>APIGenerator.__isPrivate</h4> <b>__isPrivate</b>(<i>obj</i>) <p> - Private method to check, if an object is considered private. + Private method to check, if an object is considered private. </p><dl> <dt><i>obj</i></dt> <dd> -reference to the object to be checked +reference to the object to be checked </dd> </dl><dl> <dt>Returns:</dt> <dd> -flag indicating, that object is considered private (boolean) +flag indicating, that object is considered private (boolean) </dd> </dl><a NAME="APIGenerator.genAPI" ID="APIGenerator.genAPI"></a> <h4>APIGenerator.genAPI</h4> <b>genAPI</b>(<i>newStyle, basePackage, includePrivate</i>) <p> - Method to generate the source code documentation. + Method to generate the source code documentation. </p><dl> <dt><i>newStyle</i></dt> <dd> -flag indicating the api generation for QScintilla 1.7 and - newer (boolean) +flag indicating the api generation for QScintilla 1.7 and + newer (boolean) </dd><dt><i>basePackage</i></dt> <dd> -name of the base package (string) +name of the base package (string) </dd><dt><i>includePrivate</i></dt> <dd> -flag indicating to include - private methods/functions (boolean) +flag indicating to include + private methods/functions (boolean) </dd> </dl><dl> <dt>Returns:</dt> <dd> -The API information. (string) +The API information. (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>