Lua & Javascript documentation generation
Posted
by
Tiddo
on Programmers
See other posts from Programmers
or by Tiddo
Published on 2012-10-09T09:26:03Z
Indexed on
2012/10/09
9:51 UTC
Read the original article
Hit count: 489
I am in the beginning phase of create a mobile MMO with my team. The server software will be written in JavaScript using NodeJS, and the client software in Lua using Corona. We need a tool to auto-generate documentation for both the server-side and client-side code.
Are there any tools which can generate documentation for both Lua and Javascript? And as a bonus: we are hosting our project on Bitbucket and the Bitbucket Wiki uses the Creole markup language. So if it's possible I want the tool to export to Creole.
© Programmers or respective owner