mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-03 21:03:54 -04:00
make the docs a little nicer
main changes: - add parameter and return types where applicable - use @module and @classmod tags at the top of files - remove some redundant descriptions of return values, especially for functions that return a boolean recommended next steps: - more consistent grammar - add links to classes and functions in descriptions where appropriate - be consistent about naming Systems vs. SystemClasses and Components vs. ComponentClasses
This commit is contained in:
parent
55ae5fd987
commit
a65f88dd5e
31 changed files with 1474 additions and 1147 deletions
|
@ -1,3 +1,4 @@
|
|||
project = 'Concord'
|
||||
description = 'A feature-complete ECS library'
|
||||
file = {'concord', exclude = {}}
|
||||
file = {'concord', exclude = {}}
|
||||
dir = 'docs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue