aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/JavaScript.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause2017-11-181-0/+30
This makes the interfaces available, without implementation, in other platforms and the editor, which facilitates documenting platform-exclusive classes. Platform-exclusive APIs must be set up in platform/<platform>/api/api.cpp. Provide noop method-implementations where necessary. Also setup and document the HTML5 platform's JavaScript singleton.