small internal doc fixes
s-ol
2 years ago
29 | 29 |
--
|
30 | 30 |
-- Can be either a method or just a fixed type.
|
31 | 31 |
--
|
|
32 |
-- @function type
|
32 | 33 |
-- @tparam table args as parsed by `pattern`
|
33 | 34 |
-- @treturn type.Type
|
34 | 35 |
|
63 | 63 |
margin: 0.5em 0;
|
64 | 64 |
padding-left: 0.6em;
|
65 | 65 |
}
|
66 | |
ul { list-style: '- '; }
|
|
66 |
ul, .ldoc ol { list-style: '- '; }
|
67 | 67 |
|
68 | 68 |
header {
|
69 | 69 |
position: fixed;
|