Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-12 | Fix malformed doc after #15611 | Rémi Verschelde | |
2018-01-12 | Update docs | Bojidar Marinov | |
[ci skip] | |||
2018-01-03 | doc: Sync classref with current source | Rémi Verschelde | |
2017-12-07 | doc: Sync classref with current source | Rémi Verschelde | |
2017-12-05 | Improve slang, especially in user-visible parts | Unknown | |
2017-11-24 | doc: Fix enum tags thanks to 2bc6db6 | Rémi Verschelde | |
2017-11-24 | doc: Update header version for 3.0-beta | Rémi Verschelde | |
2017-11-24 | doc: Sync classref with current source | Rémi Verschelde | |
2017-11-19 | Merge pull request #12961 from eska014/platform-doc | Rémi Verschelde | |
Facilitate documenting platform-exclusive classes | |||
2017-11-18 | Facilitate exposing platform-exclusive interfaces to all platforms | Leon Krause | |
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. | |||
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn | |
Fixes #12973. | |||
2017-11-15 | doc: Rename "@Global Scope" to "@GlobalScope" | Rémi Verschelde | |
Spaces in filenames are evil. |