summaryrefslogtreecommitdiff
path: root/Data/Libraries/LDoc/tests/merge/merge2.lua
blob: 02bc63c8ebe1003d3b5447c84c87034c5dd02c5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
----
-- submodule
-- @module merge

---- second fun
-- @param x
function two(x)
end

--- extra stuff
-- @section extra

--- third fun
function three ()
end

--- fourth fun
function four ()
end