mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 17:45:25 -04:00
8fb139ff63
Do not show in changelog
794 B
794 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 <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.