Closed
Description
Scope
We need to document all the code in the files inside Assets/Scripts path
To do:
- Understand the all the code/classes/methods/functions in the files and their conecctions with other classes in other scripts
- Document these files in a format similar to JavaDoc for example, but for C# scripts.
- Explain what each class, each method, each function, each flow control, etc. does. We need to have all these scripts fully documented.
How to apply?
Please follow the contribution guidelines in the readme file