From 809ca94e1cca45fbf40a2bfd84e8770536e3624b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 7 Dec 2010 16:07:14 -0800 Subject: @returns tag should allow the content to be split into multiple lines --- docs/collect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/collect.js') diff --git a/docs/collect.js b/docs/collect.js index e2f3b940..e1af14ef 100644 --- a/docs/collect.js +++ b/docs/collect.js @@ -208,7 +208,7 @@ function propertyTag(doc, name, value) { } function returnsTag(doc, name, value) { - var match = value.match(/^{(\S+)}\s+(.*)?/); + var match = value.match(/^{(\S+)}\s+([\s\S]*)?/); if (match) { var tag = { -- cgit v1.2.3