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:
Steve J Donovan 2016-06-19 11:26:30 +02:00 committed by GitHub
commit d7ffde62e9
1 changed files with 1 additions and 1 deletions

View File

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