Codebase list lua-ldoc / d176ded
bump version to 1.3.8 in usage; ignore empty docstrings (Dirk bug) steve donovan 11 years ago
2 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
244244 local item_follows, tags, is_local, case
245245 if ldoc_comment then
246246 comment = table.concat(comment)
247
247 if comment:match '^%s*$' then
248 ldoc_comment = nil
249 end
250 end
251 if ldoc_comment then
248252 if first_comment then
249253 first_comment = false
250254 else
66 --
77 -- C/C++ support for Lua extensions is provided.
88 --
9 -- Available from LuaRocks as 'ldoc' and as a [Zip file](http://stevedonovan.github.com/files/ldoc-1.3.0.zip)
9 -- Available from LuaRocks as 'ldoc' and as a [Zip file](http://stevedonovan.github.com/files/ldoc-1.3.8.zip)
1010 --
1111 -- [Github Page](https://github.com/stevedonovan/ldoc)
1212 --
3434
3535 --- @usage
3636 local usage = [[
37 ldoc, a documentation generator for Lua, vs 1.3.1
37 ldoc, a documentation generator for Lua, vs 1.3.8
3838 -d,--dir (default docs) output directory
3939 -o,--output (default 'index') output name
4040 -v,--verbose verbose