Facilitate exposing platform-exclusive interfaces to all platforms
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.
This commit is contained in:
@ -44,6 +44,8 @@
|
||||
<member name="JSON" type="JSON" setter="" getter="">
|
||||
[JSON] singleton
|
||||
</member>
|
||||
<member name="JavaScript" type="JavaScript" setter="" getter="">
|
||||
</member>
|
||||
<member name="Marshalls" type="Reference" setter="" getter="">
|
||||
[Marshalls] singleton
|
||||
</member>
|
||||
|
||||
Reference in New Issue
Block a user