From e3c9f5336a7d1be02de5c5dc9b863330b42c7c27 Mon Sep 17 00:00:00 2001 From: JonasT Date: Tue, 31 Dec 2013 08:54:56 +0100 Subject: [PATCH] Fixing tag introduction example (hopefully?) --- doc/doc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/doc.md b/doc/doc.md index 895de07..42b1c6b 100644 --- a/doc/doc.md +++ b/doc/doc.md @@ -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.