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:
JonasT 2014-01-06 08:05:50 +01:00
parent aad096dced
commit 86f65410df
1 changed files with 1 additions and 1 deletions

View File

@ -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
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.