Fixing tag introduction example (hopefully?)

This commit is contained in:
JonasT 2013-12-31 08:54:56 +01:00
parent 2061b5fc11
commit e3c9f5336a
1 changed files with 3 additions and 3 deletions

View File

@ -68,9 +68,9 @@ contents.
After this descriptive text, there will typically be _tags_. These follow the convention
established by Javadoc and widely used in tools for other languages.
--- Some doc comment
-- @tag1 parameters for first tag
-- @tag2 parameters for the second tag
--- Some doc comment
-- @tag1 parameters for first tag
-- @tag2 parameters for the second tag
The order of tags is not important, but as always, consistency is useful.