mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 10:05:37 -04:00
2c4fa1d1c2
* This adds link between types, a more readable rendering, a better search and, more generally, makes the [game engine documentation](https://docs.gdevelop-app.com/GDJS%20Runtime%20Documentation/index.html) much easier to browse.
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 <GDevelop repository>/GDJS npm install npm run generate-docOutput will be in
<GDevelop repository>/docs/GDJS Documentation. -
To generate the GDJS Platform documentation for the IDE, install Doxygen. Then:
cd <GDevelop repository>/GDJS/docs doxygenOutput will be in
<GDevelop repository>/docs/GDJS Runtime Documentation.