lua-users home
lua-l archive

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


2013/4/25 Philipp Janda <siffiejoe@gmx.net>:
> Hello fellow Lua users!
>
> Do you like Python's docstrings or their Lua equivalent[1]?
> Do you want your Lua function definitions to look like this ...
>
>   example = annotate[=[
>   Some more text describing function `example` ...
>   ]=] ..
>   function( input, flags, ... )

The OP of the one-message thread

    http://lua-users.org/lists/lua-l/2010-10/msg00612.html

would probably like to hear about this.

A search on "docstring" on the list archive also shows:

    http://lua-users.org/lists/lua-l/2013-03/msg00775.html

That's an interactive help system based on the LDoc notation.