mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 02:25:52 -04:00
849 B
849 B
GDJS Documentation
📚 Read the documentation online: GDJS Runtime (game engine) documentation or GDJS Platform documentation for the IDE.
How to generate the documentation
-
To generate the GDJS Runtime (game engine) documentation:
cd GDJS jsdoc -c docs/jsdoc.conf.json -t docs/jaguarjs-jsdoc docs/DocMainPage.mdOutput will be in
docs/GDJS Documentationin the GDevelop repository root. -
To generate the GDJS Platform documentation for the IDE:
cd GDJS/docs doxygenOutput will be in
docs/GDJS Runtime Documentationin the GDevelop repository root.