[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN]otate
- From: Dirk Laurie <dirk.laurie@...>
- Date: Thu, 25 Apr 2013 07:22:05 +0200
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.