Difference between revisions of "Category:Core Engine"

From Minetest Developer Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
* [[Engine/Objects|Objects]] - documentation on active and static objects.
 
* [[Engine/Objects|Objects]] - documentation on active and static objects.
 
* [http://doxy.minetest.net/ Doxygen] - For a complete (but often missing comments) reference to code.
 
* [http://doxy.minetest.net/ Doxygen] - For a complete (but often missing comments) reference to code.
* See [[:Category:Core_Engine|all pages on the engine]].
+
* See the list of pages, below.
 
* See [[:Category:Rules_and_Guidelines|Rules and Guidelines]].
 
* See [[:Category:Rules_and_Guidelines|Rules and Guidelines]].
  

Revision as of 20:26, 18 June 2020

The core engine category is for documentation of the Minetest engine, which consists of a C++ core and a Lua builtin script.

This page contains links to useful information.

Useful Resources

How to help improve documentation

  • Doxygen: 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-dev on 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.