Update docs

This commit is contained in:
Insality
2020-02-05 02:43:02 +03:00
parent 366c8a9acc
commit ec2acceebe
50 changed files with 24 additions and 4533 deletions

View File

@@ -93,7 +93,7 @@
<td class="summary">Druid class constructor</td>
</tr>
<tr>
<td class="name" nowrap><a href="#druid:create">druid:create(component_module, ...)</a></td>
<td class="name" nowrap><a href="#druid:create">druid:create(component, ...)</a></td>
<td class="summary">Create new druid component</td>
</tr>
<tr>
@@ -204,7 +204,7 @@
</dd>
<dt>
<a name = "druid:create"></a>
<strong>druid:create(component_module, ...)</strong>
<strong>druid:create(component, ...)</strong>
</dt>
<dd>
Create new druid component
@@ -212,7 +212,7 @@
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">component_module</span>
<li><span class="parameter">component</span>
<span class="types"><span class="type">Component</span></span>
Component module
</li>
@@ -709,7 +709,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2020-02-05 02:41:04 </i>
<i style="float:right;">Last updated 2020-02-05 02:43:10 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>