[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LDoc 1.3
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 2 Jan 2013 13:13:58 +0200
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.