lua-users home
lua-l archive

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


2011/2/25 Pierre-Yves Gérardy <pygy79@gmail.com>:
> On Fri, Feb 25, 2011 at 10:07, Bogdan Marinescu
> <bogdan.marinescu@gmail.com> wrote:
>> While I personally dislike Doxygen, one of the things I'd really like
>> to have in Lua is Python-style docstrings.
>
> Just the block comment, its associated reflection functionality? (For
> those unfamiliar, you can access the docstring of a function from
> python code at runtime).

Ideally both. Plus something similar to pydoc.

Best,
Bogdan