aboutsummaryrefslogtreecommitdiffstats
path: root/docs/collect.js
diff options
context:
space:
mode:
authorIgor Minar2010-12-07 16:07:14 -0800
committerIgor Minar2010-12-07 16:07:14 -0800
commit809ca94e1cca45fbf40a2bfd84e8770536e3624b (patch)
tree7bbd100acf147ec514b6a60612e60df85960f2a2 /docs/collect.js
parent824eab9029ea2fe36b167523c58d455a009d5064 (diff)
downloadangular.js-809ca94e1cca45fbf40a2bfd84e8770536e3624b.tar.bz2
@returns tag should allow the content to be split into multiple lines
Diffstat (limited to 'docs/collect.js')
-rw-r--r--docs/collect.js2
1 files changed, 1 insertions, 1 deletions
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 = {