mirror of
https://github.com/airstruck/luigi.git
synced 2025-11-18 12:25:06 +00:00
update docs
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
|
||||
<i style="float:right;">Last updated 2015-11-27 03:17:14 </i>
|
||||
<i style="float:right;">Last updated 2015-11-27 06:40:48 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
||||
@@ -384,7 +384,7 @@ found, and focuses that widget.
|
||||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
|
||||
<i style="float:right;">Last updated 2015-11-27 03:17:14 </i>
|
||||
<i style="float:right;">Last updated 2015-11-27 06:40:48 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#Widget:getRectangle">Widget:getRectangle (useMargin, usePadding)</a></td>
|
||||
<td class="summary">Get two points describing a rectangle within the widget.</td>
|
||||
<td class="summary">Get x/y/width/height values describing a rectangle within the widget.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#Widget:isAt">Widget:isAt (x, y)</a></td>
|
||||
@@ -503,7 +503,7 @@ Cycles back around to the last widget in the tree from the layout root.
|
||||
<strong>Widget:getRectangle (useMargin, usePadding)</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
Get two points describing a rectangle within the widget.
|
||||
Get x/y/width/height values describing a rectangle within the widget.
|
||||
|
||||
|
||||
<h3>Parameters:</h3>
|
||||
@@ -528,10 +528,10 @@ Cycles back around to the last widget in the tree from the layout root.
|
||||
The upper left corner's Y position.</li>
|
||||
<li>
|
||||
<span class="types"><span class="type">number</span></span>
|
||||
The lower right corner's X position.</li>
|
||||
The rectangle's width</li>
|
||||
<li>
|
||||
<span class="types"><span class="type">number</span></span>
|
||||
The lower right corner's Y position.</li>
|
||||
The rectangle's height</li>
|
||||
</ol>
|
||||
|
||||
|
||||
@@ -596,7 +596,7 @@ on the parent widget.
|
||||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
|
||||
<i style="float:right;">Last updated 2015-11-27 03:17:14 </i>
|
||||
<i style="float:right;">Last updated 2015-11-27 06:40:48 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
|
||||
<i style="float:right;">Last updated 2015-11-27 03:17:14 </i>
|
||||
<i style="float:right;">Last updated 2015-11-27 06:40:48 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user