From 299b5c1566820128e3276f761404789e09b909a5 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 8 Jan 2016 18:56:21 +0100 Subject: line breaks between parameters --- core/testdata/format/paramTag.md | 1 + core/testdata/format/throwsTag.md | 1 + 2 files changed, 2 insertions(+) (limited to 'core/testdata') diff --git a/core/testdata/format/paramTag.md b/core/testdata/format/paramTag.md index 882083fe..20d8faac 100644 --- a/core/testdata/format/paramTag.md +++ b/core/testdata/format/paramTag.md @@ -8,6 +8,7 @@ ### Parameters `x` - A string + `y` - A number with a really long description that spans multiple lines and goes on and on and is very interesting to read diff --git a/core/testdata/format/throwsTag.md b/core/testdata/format/throwsTag.md index d0a4e610..21225297 100644 --- a/core/testdata/format/throwsTag.md +++ b/core/testdata/format/throwsTag.md @@ -8,6 +8,7 @@ ### Exceptions `IllegalArgumentException` - on Mondays + `NullPointerException` - on Tuesdays -- cgit