--- a/Documentation/Source/eric5.DocumentationTools.QtHelpGenerator.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.DocumentationTools.QtHelpGenerator.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.DocumentationTools.QtHelpGenerator</h1> <p> -Module implementing the QtHelp generator for the builtin documentation generator. +Module implementing the QtHelp generator for the builtin documentation generator. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#QtHelpGenerator">QtHelpGenerator</a></td> -<td>Class implementing the QtHelp generator for the builtin documentation generator.</td> +<td>Class implementing the QtHelp generator for the builtin documentation generator.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="QtHelpGenerator" ID="QtHelpGenerator"></a> <h2>QtHelpGenerator</h2> <p> - Class implementing the QtHelp generator for the builtin documentation generator. + Class implementing the QtHelp generator for the builtin documentation generator. </p> <h3>Derived from</h3> object @@ -55,111 +55,111 @@ <table> <tr> <td><a href="#QtHelpGenerator.__init__">QtHelpGenerator</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#QtHelpGenerator.__generateKeywords">__generateKeywords</a></td> -<td>Private method to generate the keywords section.</td> +<td>Private method to generate the keywords section.</td> </tr><tr> <td><a href="#QtHelpGenerator.__generateSections">__generateSections</a></td> -<td>Private method to generate the sections part.</td> +<td>Private method to generate the sections part.</td> </tr><tr> <td><a href="#QtHelpGenerator.generateFiles">generateFiles</a></td> -<td>Public method to generate all index files.</td> +<td>Public method to generate all index files.</td> </tr><tr> <td><a href="#QtHelpGenerator.remember">remember</a></td> -<td>Public method to remember a documentation file.</td> +<td>Public method to remember a documentation file.</td> </tr> </table> <a NAME="QtHelpGenerator.__init__" ID="QtHelpGenerator.__init__"></a> <h4>QtHelpGenerator (Constructor)</h4> <b>QtHelpGenerator</b>(<i>htmlDir, outputDir, namespace, virtualFolder, filterName, filterAttributes, title, createCollection</i>) <p> - Constructor + Constructor </p><dl> <dt><i>htmlDir</i></dt> <dd> -directory containing the HTML files (string) +directory containing the HTML files (string) </dd><dt><i>outputDir</i></dt> <dd> -output directory for the files (string) +output directory for the files (string) </dd><dt><i>namespace</i></dt> <dd> -namespace to be used (string) +namespace to be used (string) </dd><dt><i>virtualFolder</i></dt> <dd> -virtual folder to be used (string) +virtual folder to be used (string) </dd><dt><i>filterName</i></dt> <dd> -name of the custom filter (string) +name of the custom filter (string) </dd><dt><i>filterAttributes</i></dt> <dd> -':' separated list of filter attributes (string) +':' separated list of filter attributes (string) </dd><dt><i>title</i></dt> <dd> -title to be used for the generated help (string) +title to be used for the generated help (string) </dd><dt><i>createCollection</i></dt> <dd> -flag indicating the generation of the collection - files (boolean) +flag indicating the generation of the collection + files (boolean) </dd> </dl><a NAME="QtHelpGenerator.__generateKeywords" ID="QtHelpGenerator.__generateKeywords"></a> <h4>QtHelpGenerator.__generateKeywords</h4> <b>__generateKeywords</b>(<i></i>) <p> - Private method to generate the keywords section. + Private method to generate the keywords section. </p><dl> <dt>Returns:</dt> <dd> -keywords section (string) +keywords section (string) </dd> </dl><a NAME="QtHelpGenerator.__generateSections" ID="QtHelpGenerator.__generateSections"></a> <h4>QtHelpGenerator.__generateSections</h4> <b>__generateSections</b>(<i>package, level</i>) <p> - Private method to generate the sections part. + Private method to generate the sections part. </p><dl> <dt><i>package</i></dt> <dd> -name of the package to process (string) +name of the package to process (string) </dd><dt><i>level</i></dt> <dd> -indentation level (integer) +indentation level (integer) </dd> </dl><dl> <dt>Returns:</dt> <dd> -sections part (string) +sections part (string) </dd> </dl><a NAME="QtHelpGenerator.generateFiles" ID="QtHelpGenerator.generateFiles"></a> <h4>QtHelpGenerator.generateFiles</h4> <b>generateFiles</b>(<i>basename = ""</i>) <p> - Public method to generate all index files. + Public method to generate all index files. </p><dl> <dt><i>basename</i></dt> <dd> -The basename of the file hierarchy to be documented. - The basename is stripped off the filename if it starts with - the basename. +The basename of the file hierarchy to be documented. + The basename is stripped off the filename if it starts with + the basename. </dd> </dl><a NAME="QtHelpGenerator.remember" ID="QtHelpGenerator.remember"></a> <h4>QtHelpGenerator.remember</h4> <b>remember</b>(<i>file, moduleDocument, basename=""</i>) <p> - Public method to remember a documentation file. + Public method to remember a documentation file. </p><dl> <dt><i>file</i></dt> <dd> -The filename to be remembered. (string) +The filename to be remembered. (string) </dd><dt><i>moduleDocument</i></dt> <dd> -The ModuleDocument object containing the - information for the file. +The ModuleDocument object containing the + information for the file. </dd><dt><i>basename</i></dt> <dd> -The basename of the file hierarchy to be documented. - The basename is stripped off the filename if it starts with - the basename. +The basename of the file hierarchy to be documented. + The basename is stripped off the filename if it starts with + the basename. </dd> </dl> <div align="right"><a href="#top">Up</a></div>