doc comments should not IMHO apply to local functions

This commit is contained in:
steve donovan 2011-04-13 18:12:56 +02:00
parent 57b9b7020b
commit 770edb40c0
1 changed files with 0 additions and 3 deletions

View File

@ -267,9 +267,6 @@ local function parse_file(fname,lang)
if ldoc_comment then
comment = table.concat(comment)
if t == 'keyword' and v == 'local' then
t,v = tnext(tok)
end
fun_follows = t == 'keyword' and v == 'function'
if fun_follows or comment:find '@' then
tags = extract_tags(comment)