mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-27 03:01:28 -04:00
bb21d9a127
git-svn-id: svn://localhost@1102 8062f311-0dae-4547-b526-b8ab9ac864a5
Organization ------------ "Platform documentation" contains the documentation of the C++ part of the platform ( which is used by the IDE ) : Open index.html. "Runtime documentation" contains the documentation of the Javascript game engine : Open index.html. How to generate the documentation --------------------------------- You need to have Doxygen ( www.doxygen.org ) and YUIdoc ( http://yui.github.io/yuidoc/ ). To generate the platform documentation, just go in this folder with a terminal, type "doxygen" and press Enter. To generate the runtime documentation, go in this folder with a terminal, type "yuidoc ." and press Enter.