Documentation/source/Plugin_Apis.PluginApis.html

branch
eric7
changeset 68
2311d81b8606
parent 33
aae0ec9126cc
diff -r 4c73000666bd -r 2311d81b8606 Documentation/source/Plugin_Apis.PluginApis.html
--- a/Documentation/source/Plugin_Apis.PluginApis.html	Sat Dec 23 15:48:43 2023 +0100
+++ b/Documentation/source/Plugin_Apis.PluginApis.html	Sat Dec 23 15:58:15 2023 +0100
@@ -2,21 +2,7 @@
 <html><head>
 <title>Plugin_Apis.PluginApis</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>
@@ -100,9 +86,9 @@
 </p>
 <dl>
 
-<dt><i>ui</i></dt>
+<dt><i>ui</i> (UserInterface)</dt>
 <dd>
-reference to the user interface object (UI.UserInterface)
+reference to the user interface object
 </dd>
 </dl>
 <a NAME="PluginApis.activate" ID="PluginApis.activate"></a>
@@ -115,7 +101,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of None and activation status (boolean)
+tuple of None and activation status
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (None, bool)
 </dd>
 </dl>
 <a NAME="PluginApis.deactivate" ID="PluginApis.deactivate"></a>
@@ -137,15 +129,21 @@
 </p>
 <dl>
 
-<dt><i>language</i></dt>
+<dt><i>language</i> (str)</dt>
 <dd>
-language to get APIs for (string)
+language to get APIs for
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-list of API filenames (list of string)
+list of API filenames
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial