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.
3 lines
No EOL
124 B
Text
3 lines
No EOL
124 B
Text
project = 'Concord'
|
|
description = 'A feature-complete ECS library'
|
|
file = {'lib', exclude = {'lib/type.lua', 'lib/run.lua'}} |