On Wed, Sep 30, 2009 at 5:21 PM, Wesley Smith <wesley.h...@gmail.com> wrote: > -- @param init.value1 Description 1 > -- @param init.value2 Description 2 > function my_constructor(init)
That would be a useful addition, since it's a common pattern and hard to document currently. While we are on the subject of LuaDoc, it would be cool if the comment text could be optionally passed through a filter like Markdown. Embedded HTML in comments is a bit noisy and confusing. Also, LuaDoc does not like nested classes - e.g. if I have a method pl.list.List:remove(), it will not handle it. (I did find the string pattern that handles this case and I'll submit a patch if anyone is interested) steve d. _______________________________________________ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/