summaryrefslogtreecommitdiff
path: root/Data/Libraries/LDoc/tests/styles/two.lua
blob: 3976ed3c43c129bc95015b41b2cd34847aea1dc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
------------
-- Classic Lua 5.1 module.
-- Description here
----

module 'two'

--- answer to everything.
function answer ()
    return 42
end