directory clean out
This commit is contained in:
parent
461fe4b711
commit
444a3d9ce3
|
@ -0,0 +1,21 @@
|
||||||
|
----------------
|
||||||
|
-- Testing annotations
|
||||||
|
-- @module annot
|
||||||
|
|
||||||
|
--- first fun.
|
||||||
|
function first()
|
||||||
|
if boo then
|
||||||
|
local bar = do_something()
|
||||||
|
if bar then
|
||||||
|
--- @fixme otherwise do what?
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
--- second try.
|
||||||
|
function second()
|
||||||
|
--- @todo also handle foo case
|
||||||
|
if bar then
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue