Difference between revisions of "Engine"
Jump to navigation
Jump to search
Rubenwardy (talk | contribs) |
Rubenwardy (talk | contribs) |
||
Line 1: | Line 1: | ||
This page attempts to introduce a new contributor to the engine source code. | This page attempts to introduce a new contributor to the engine source code. | ||
− | == Useful Resources | + | == Useful Resources == |
* [[Engine/Structure|Engine Structure]] - for a more detailed reference to components. | * [[Engine/Structure|Engine Structure]] - for a more detailed reference to components. |
Revision as of 19:36, 18 June 2020
This page attempts to introduce a new contributor to the engine source code.
Useful Resources
- Engine Structure - for a more detailed reference to components.
- Basic data structures
- Doxygen - For a complete (but often missing comments) reference to code.
How to help improve documentation
We want to document most or all of Minetest core with Doxygen-style code comments.
The usage of doxygen is explained there.
Head over to #minetest-devon IRC, and ask someone there to help you get started with documentation. You'll need to download the project through Git and then make your changes.