That could work, we would have to try it out when it's nearer the time to switch over.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Actually what I had in mind was to allow the doc content to be displayed in an info bubble directly in gideros studio by hovering an API method name in the editor. This might not be feasible though, since lua is losely typed and a method name may refer to multiple API calls if can't find determine the class.
There is also something to be careful with when editing API docs: we need to ensure an external tool can go through the wiki and collect API data to fill gideros studio autocompletion list. For this purpose I have added comment tags within the API pages, be sure to keep them. They look like
Comments
https://deluxepixel.com
This might not be feasible though, since lua is losely typed and a method name may refer to multiple API calls if can't find determine the class.
There is also something to be careful with when editing API docs: we need to ensure an external tool can go through the wiki and collect API data to fill gideros studio autocompletion list. For this purpose I have added comment tags within the API pages, be sure to keep them. They look like
Likes: oleg, SinisterSoft
Likes: SinisterSoft, talis