Merge pull request #148 from JonasT/patch-4
Putting "Repeating tags" one level up, since not related to Lua 5.1 modules
This commit is contained in:
commit
d7ffde62e9
|
@ -261,7 +261,7 @@ However, the 'module' function is deprecated in Lua 5.2 and it is increasingly
|
|||
common to see less 'magic' ways of creating modules, as seen in the description
|
||||
of the 'module' tag previously with the explicitely returned module table.
|
||||
|
||||
#### Repeating tags
|
||||
### Repeating tags
|
||||
|
||||
Tags like 'param' and 'return' can be specified multiple times, whereas a type
|
||||
tag like 'function' can only occur once in a comment.
|
||||
|
|
Loading…
Reference in New Issue