Skip to content

Commit

Permalink
Remove modules from docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tourahi committed Jan 14, 2024
1 parent d858a8f commit 72e82f8
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 2,416 deletions.
62 changes: 0 additions & 62 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@
<br/>
<h1>MeowUI</h1>





<h2>Modules</h2>
<ul class="nowrap">
<li><a href="modules/Controls.Button.html">Controls.Button</a></li>
<li><a href="modules/Controls.CheckBox.html">Controls.CheckBox</a></li>
<li><a href="modules/Controls.Label.html">Controls.Label</a></li>
<li><a href="modules/MeowUI.html">MeowUI</a></li>
<li><a href="modules/Mutf8.html">Mutf8</a></li>
<li><a href="modules/src.ThirdParty.utf8.primitives.dummy.html">src.ThirdParty.utf8.primitives.dummy</a></li>
<li><a href="modules/src.ThirdParty.utf8.test.strict.html">src.ThirdParty.utf8.test.strict</a></li>
<li><a href="modules/src.ThirdParty.utf8.test.test_pm.html">src.ThirdParty.utf8.test.test_pm</a></li>
</ul>
<h2>Classes</h2>
<ul class="nowrap">
<li><a href="classes/Collection.html">Collection</a></li>
Expand All @@ -67,53 +52,6 @@ <h2>Topics</h2>

<p>TODO</p>

<h2>Modules</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="modules/Controls.Button.html">Controls.Button</a></td>
<td class="summary">A button class (An example that you can use or build on.)</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/Controls.CheckBox.html">Controls.CheckBox</a></td>
<td class="summary">CheckBox class (An example that you can use or build on.)</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/Controls.Label.html">Controls.Label</a></td>
<td class="summary">Label class</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/MeowUI.html">MeowUI</a></td>
<td class="summary">A useful set of core classes that help you make an extensible set of UI controls.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/Mutf8.html">Mutf8</a></td>
<td class="summary">Adds UTF-8 functions to string lua table.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/src.ThirdParty.utf8.primitives.dummy.html">src.ThirdParty.utf8.primitives.dummy</a></td>
<td class="summary">differs from Lua 5.3 utf8.offset in accepting any byte positions (not only head byte) for all n values</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/src.ThirdParty.utf8.test.strict.html">src.ThirdParty.utf8.test.strict</a></td>
<td class="summary">strict.lua from http://metalua.luaforge.net/src/lib/strict.lua.html</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/src.ThirdParty.utf8.test.test_pm.html">src.ThirdParty.utf8.test.test_pm</a></td>
<td class="summary">MIT License</p>

<p>Copyright (c) 2018 Xavier Wang</p>

<p>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:</p>

<p>The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.</td>
</tr>
</table>
<h2>Classes</h2>
<table class="module_list">
<tr>
Expand Down
Loading

0 comments on commit 72e82f8

Please sign in to comment.