lua-users home
lua-l archive

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


On Mon, Dec 31, 2012 at 5:28 PM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> This is the first release candidate for 1.3, which has some new
> features (translation: new bugs?).

Well, I didn't need to be psychic to predict that!  This fixes a
biggie introduced by some late stage cleverness and provides some more
control.

http://stevedonovan.github.com/files/ldoc-1.3.1.zip

There's a nocolon option (i.e. either --nocolon or nocolon=true in
config.ld) which switches off the optional colon-style checking.
Plain-jane formats (like Lua libs themselves) tend to use colons for
lists of options to a parameter.

And the boilerplate option will make LDoc consistently ignore the
first comment of any module, which is often required copyright
boilerplate.