summaryrefslogtreecommitdiffstats
path: root/platform/javascript/api/api.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause2017-11-181-0/+73
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.