Uhm. Why and how (by hand?) are running luadoc on awesome 3.5's source code? Did you ever look at the result? It's not pretty, because luadoc can't handle "lua 5.2 style" modules. That's the whole reason why we switched from luadoc to ldoc.
(Also, luadoc's abnormally bad error reporting via simply dying is another reason) Are you sure that this patch actually gets us usable docs? Uli On 26.11.2012 07:32, Robin H. Johnson wrote: > Patch to fix the luadoc build, with lua 5.1. > Without this you get a nil error out of luadoc. > > Signed-off-by: Robin H. Johnson <[email protected]> > > --- ../awesome-3.5-rc1/lib/naughty.lua.in.orig 2012-11-24 > 05:51:33.000000000 -0800 > +++ ../awesome-3.5_rc1/lib/naughty.lua.in 2012-11-24 13:17:14.025201211 > -0800 > @@ -55,7 +55,6 @@ > -- @field low The preset for notifications with low urgency level > -- @field normal The default preset for every notification without a preset > that will also be used for normal urgency level > -- @field critical The preset for notifications with a critical urgency level > --- @class table > naughty.config.presets = { > normal = {}, > low = { -- "Every once in a while, declare peace. It confuses the hell out of your enemies" - 79th Rule of Acquisition -- To unsubscribe, send mail to [email protected].
