(I feel like I asked this before, but I can’t find the post now.)
What tool does Corona use to create the API documentation? It looks so much nicer than other API doc tools I’ve found. Perhaps it’s using one of these others (luadoc?), but just styled much, much better?
I need to document a web api (C#) I’ve created that several folks now want to use. We just have a Google Doc at the moment, and it’s just not sufficient.
I’d also like to use it to document some of the specialized Lua objects we’ve created. Lately I’ve been creating an \examples subfolder in our project, and just sticking some code snippets in there about how to use them, which properties/methods are available, etc.
Thanks,
Dave