lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Sep 12, 2013 at 10:22 AM, Jayanth Acharya <jayachar88@gmail.com> wrote:
> I presume, in this case I could use ldoc on the source... or is it that ldoc
> won't generate anything useful without the LuaDoc style comments embedded in
> source ?

That's right - you can use ldoc on C, but it needs doc comments (at
least /*** .... */).

luarocks also has a 'show' command, which helps if the home page of
the project has some docs

$ luarocks show --home ldoc
http://stevedonovan.github.com/ldoc

or being fancy:

$ firefox $(luarocks show --home ldoc)