formalize attributes

This commit is contained in:
airstruck
2015-11-29 14:58:08 -05:00
parent bfe31e05db
commit 2d64e6ca69
28 changed files with 1921 additions and 201 deletions

View File

@@ -24,11 +24,26 @@
<div id="navigation">
<br/>
<h1>Luigi</h1>
<h1>LUIGI</h1>
<h2>Widget Types</h2>
<ul class="$(kind=='Topics' and '' or 'nowrap'">
<li><a href="widget types/button.html">button</a></li>
<li><a href="widget types/menu.html">menu</a></li>
<li><a href="widget types/menu.item.html">menu.item</a></li>
<li><a href="widget types/progress.html">progress</a></li>
<li><a href="widget types/sash.html">sash</a></li>
<li><a href="widget types/slider.html">slider</a></li>
<li><a href="widget types/stepper.html">stepper</a></li>
<li><a href="widget types/text.html">text</a></li>
</ul>
<h2>Modules</h2>
<ul class="$(kind=='Topics' and '' or 'nowrap'">
<li><a href="modules/attribute.html">attribute</a></li>
</ul>
<h2>Classes</h2>
<ul class="$(kind=='Topics' and '' or 'nowrap'">
<li><a href="classes/Event.html">Event</a></li>
@@ -42,8 +57,50 @@
<h2>Lovely User Interfaces for Game Inventors</h2>
<p>A UI library for LÖVE 0.10.0 and 0.9.2</p>
<p>A UI library</p>
<h2>Widget Types</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="widget_types/button.html">button</a></td>
<td class="summary">A simple button.</td>
</tr>
<tr>
<td class="name" nowrap><a href="widget_types/menu.html">menu</a></td>
<td class="summary">A menu bar.</td>
</tr>
<tr>
<td class="name" nowrap><a href="widget_types/menu.item.html">menu.item</a></td>
<td class="summary">A menu item.</td>
</tr>
<tr>
<td class="name" nowrap><a href="widget_types/progress.html">progress</a></td>
<td class="summary">A progress bar.</td>
</tr>
<tr>
<td class="name" nowrap><a href="widget_types/sash.html">sash</a></td>
<td class="summary">A sash.</td>
</tr>
<tr>
<td class="name" nowrap><a href="widget_types/slider.html">slider</a></td>
<td class="summary">A slider.</td>
</tr>
<tr>
<td class="name" nowrap><a href="widget_types/stepper.html">stepper</a></td>
<td class="summary">A stepper.</td>
</tr>
<tr>
<td class="name" nowrap><a href="widget_types/text.html">text</a></td>
<td class="summary">A text entry area.</td>
</tr>
</table>
<h2>Modules</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="modules/attribute.html">attribute</a></td>
<td class="summary">Widget attributes.</td>
</tr>
</table>
<h2>Classes</h2>
<table class="module_list">
<tr>
@@ -64,7 +121,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 06:40:48 </i>
<i style="float:right;">Last updated 2015-11-29 14:57:48 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>