Putting "Repeating tags" one level up, since not related to Lua 5.1 modules
With my last sorting suggestions I accidentally made "Repeating tags" a subsection of "Doing modules the Lua 5.1 way", while it should be on the same level. (or a subsection of something else, but definitely not that)
This commit is contained in:
parent
aad096dced
commit
86f65410df
|
@ -223,7 +223,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
|
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.
|
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
|
Tags like 'param' and 'return' can be specified multiple times, whereas a type
|
||||||
tag like 'function' can only occur once in a comment.
|
tag like 'function' can only occur once in a comment.
|
||||||
|
|
Loading…
Reference in New Issue