mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-08-31 09:28:30 -04:00
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
4 lines
113 B
Text
4 lines
113 B
Text
project = 'Concord'
|
|
description = 'A feature-complete ECS library'
|
|
file = {'concord', exclude = {}}
|
|
dir = 'docs'
|