diff options
| author | Igor Minar | 2010-11-17 12:52:45 -0800 |
|---|---|---|
| committer | Igor Minar | 2010-11-18 02:34:53 -0800 |
| commit | dd687e2bf565c48d00e47f9af666cee4a2b9abd9 (patch) | |
| tree | 8977ef08745282aa86f5c65a93b2ce26a0e4e8fd /docs/collect.js | |
| parent | 4c69d694d75f01cffbc75be331b5636068a41048 (diff) | |
| download | angular.js-dd687e2bf565c48d00e47f9af666cee4a2b9abd9.tar.bz2 | |
@returns description should support markdown
Diffstat (limited to 'docs/collect.js')
| -rw-r--r-- | docs/collect.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/collect.js b/docs/collect.js index 2cb85fe2..d9556747 100644 --- a/docs/collect.js +++ b/docs/collect.js @@ -213,7 +213,7 @@ function returnsTag(doc, name, value) { if (match) { var tag = { type: match[1], - description: match[2] || false + description: markdownNoP(match[2]) || false }; } else { throw "[" + doc.raw.file + ":" + doc.raw.line + |
