--- a/eric7/Documentation/Source/eric7.DocumentationTools.ModuleDocumentor.html Sun Sep 12 17:30:38 2021 +0200 +++ b/eric7/Documentation/Source/eric7.DocumentationTools.ModuleDocumentor.html Sun Sep 12 20:22:27 2021 +0200 @@ -2,21 +2,7 @@ <html><head> <title>eric7.DocumentationTools.ModuleDocumentor</title> <meta charset="UTF-8"> -<style> -body { - background: #EDECE6; - margin: 0em 1em 10em 1em; - color: black; -} - -h1 { color: white; background: #85774A; } -h2 { color: white; background: #85774A; } -h3 { color: white; background: #9D936E; } -h4 { color: white; background: #9D936E; } - -a { color: #BA6D36; } - -</style> +<link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> @@ -202,25 +188,16 @@ <a NAME="ModuleDocument.__init__" ID="ModuleDocument.__init__"></a> <h4>ModuleDocument (Constructor)</h4> -<b>ModuleDocument</b>(<i>module, colors, stylesheet=None</i>) +<b>ModuleDocument</b>(<i>module</i>) <p> Constructor </p> <dl> -<dt><i>module</i></dt> -<dd> -the information of the parsed Python file -</dd> -<dt><i>colors</i></dt> +<dt><i>outputDir</i> (str)</dt> <dd> -dictionary specifying the various colors for the output - (dictionary of strings) -</dd> -<dt><i>stylesheet</i></dt> -<dd> -the style to be used for the generated pages (string) +The output directory for the files </dd> </dl> <a NAME="ModuleDocument.__checkDeprecated" ID="ModuleDocument.__checkDeprecated"></a>