Codebase list lua-ldoc / d7ffde6
Merge pull request #148 from JonasT/patch-4 Putting "Repeating tags" one level up, since not related to Lua 5.1 modules Steve J Donovan authored 7 years ago GitHub committed 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
260260 common to see less 'magic' ways of creating modules, as seen in the description
261261 of the 'module' tag previously with the explicitely returned module table.
262262
263 #### Repeating tags
263 ### Repeating tags
264264
265265 Tags like 'param' and 'return' can be specified multiple times, whereas a type
266266 tag like 'function' can only occur once in a comment.