1
0
mirror of https://github.com/naruxde/revpipycontrol.git synced 2025-11-08 23:53:52 +01:00

docstrings angepasst

This commit is contained in:
2017-07-01 13:37:06 +02:00
parent 256a95aa8b
commit 0653c6c8eb
16 changed files with 215 additions and 100 deletions

View File

@@ -89,7 +89,7 @@ RevPiLogfile._checkclose</h3>
<p>
Pr&#252;ft ob Fenster beendet werden soll.
</p><dl>
<dt><i>event:</i></dt>
<dt><i>event</i></dt>
<dd>
tkinter-Event
</dd>
@@ -106,16 +106,16 @@ RevPiLogfile._load_log</h3>
<p>
L&#228;d die angegebenen Logfiles herunter.
</p><dl>
<dt><i>textwidget:</i></dt>
<dt><i>textwidget</i></dt>
<dd>
Widget in das Logs eingef&#252;gt werden sollen
</dd><dt><i>xmlcall:</i></dt>
</dd><dt><i>xmlcall</i></dt>
<dd>
xmlrpc Funktion zum Abrufen der Logdaten
</dd><dt><i>startposition:</i></dt>
</dd><dt><i>startposition</i></dt>
<dd>
Startposition ab der Logdaten kommen sollen
</dd><dt><i>full:</i></dt>
</dd><dt><i>full</i></dt>
<dd>
Komplettes Logbuch laden
</dd>
@@ -143,7 +143,7 @@ RevPiLogfile.get_applog</h3>
<p>
Ruft App Logbuch ab.
</p><dl>
<dt><i>full:</i></dt>
<dt><i>full</i></dt>
<dd>
Ganzes Logbuch laden
</dd>
@@ -154,7 +154,7 @@ RevPiLogfile.get_plclog</h3>
<p>
Ruft PLC Logbuch ab.
</p><dl>
<dt><i>full:</i></dt>
<dt><i>full</i></dt>
<dd>
Ganzes Logbuch laden
</dd>