Update ProcessingSystem docs again. *sigh*

This commit is contained in:
bakpakin
2015-08-27 13:34:20 -04:00
parent ad765772e8
commit 6020f91572
+2 -2
View File
@@ -372,7 +372,7 @@ end
vanilla Systems.</p> vanilla Systems.</p>
<pre><code> function system:preProcess(dt) -- Called before iteration. <pre><code> function system:preProcess(dt) -- Called before iteration.
function system:process(entities, dt) -- Process each entity. function system:process(entity, dt) -- Process each entity.
function system:postProcess(dt) -- Called after iteration. function system:postProcess(dt) -- Called after iteration.
</code></pre> </code></pre>
@@ -678,7 +678,7 @@ end
</div> <!-- id="main" --> </div> <!-- id="main" -->
<div id="about"> <div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i> <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2015-08-27 13:26:26 </i> <i style="float:right;">Last updated 2015-08-27 13:33:09 </i>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->
</body> </body>