Files
CorsixTH/LDocGen/templates/lua_class_hierarchy.htlua
Peter Cawley ace611cd3f Added a few comments for LDocGen to pick up.
Improved visual appearance of LDocGen output.
2010-02-21 15:05:52 +00:00

9 lines
373 B
Plaintext

The following inheritance tree gives all classes present in the source code, in alphabetical order at each level, along with short descriptions.
<ul class="class_hierarchy">
<! for name, var in globals:pairs() do !>
<! if class.is(var, LuaClass) and not var:getSuperClass() then !>
<!= template "lua_class_tree" {class = var} !>
<! end !>
<! end !>
</ul>