I would like to use luadoc to “automatically” document my project classes and libraries. The problem is that I don’t even know how to install it nor how to configure it to work with Corona Projects.
I tried to install it:
- Clone the respository
- make
sudo make /Users/ernestbofill/.luadoc/Makefile
- doesn’t work
make: Nothing to be done for `/Users/ernestbofill/.luadoc/Makefile'.
I have lua installed with macports.
Anyone has used luadoc with Corona?
Some hints about setting it up?
Thanks for your help
ErnestB.