mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 12:24:11 -04:00
* Added a "nothing docstring" at the top of each file we want to generate docs for. We have to do this or ldoc just straight up refuses to generate docs otherwise. * Fixed up a few incorrect docstrings * config.ld is the config file for ldoc These still need some work: a bunch of functions are still undocumented and also: type.lua & run.lua are completely undocumented.
90 lines
2.2 KiB
HTML
90 lines
2.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<head>
|
|
<title>Reference</title>
|
|
<link rel="stylesheet" href="ldoc.css" type="text/css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<div id="product">
|
|
<div id="product_logo"></div>
|
|
<div id="product_name"><big><b></b></big></div>
|
|
<div id="product_description"></div>
|
|
</div> <!-- id="product" -->
|
|
|
|
|
|
<div id="main">
|
|
|
|
|
|
<!-- Menu -->
|
|
|
|
<div id="navigation">
|
|
<br/>
|
|
<h1>Concord</h1>
|
|
|
|
|
|
|
|
|
|
<h2>Modules</h2>
|
|
<ul class="nowrap">
|
|
<li><a href="modules/component.html">component</a></li>
|
|
<li><a href="modules/entity.html">entity</a></li>
|
|
<li><a href="modules/init.html">init</a></li>
|
|
<li><a href="modules/instance.html">instance</a></li>
|
|
<li><a href="modules/list.html">list</a></li>
|
|
<li><a href="modules/pool.html">pool</a></li>
|
|
<li><a href="modules/system.html">system</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
|
|
<h2>A feature-complete ECS library</h2>
|
|
|
|
<h2>Modules</h2>
|
|
<table class="module_list">
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/component.html">component</a></td>
|
|
<td class="summary">Component</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/entity.html">entity</a></td>
|
|
<td class="summary">Entity</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/init.html">init</a></td>
|
|
<td class="summary">init</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/instance.html">instance</a></td>
|
|
<td class="summary">Instance</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/list.html">list</a></td>
|
|
<td class="summary">List</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/pool.html">pool</a></td>
|
|
<td class="summary">Pool</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" nowrap><a href="modules/system.html">system</a></td>
|
|
<td class="summary">System</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</div> <!-- id="content" -->
|
|
</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 2018-09-25 18:42:43 </i>
|
|
</div> <!-- id="about" -->
|
|
</div> <!-- id="container" -->
|
|
</body>
|
|
</html>
|