From 86f65410dfa9e67377e914de945fef89584c5a40 Mon Sep 17 00:00:00 2001 From: JonasT Date: Mon, 6 Jan 2014 08:05:50 +0100 Subject: [PATCH] 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) --- doc/doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc.md b/doc/doc.md index a6d7165..7281686 100644 --- a/doc/doc.md +++ b/doc/doc.md @@ -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.