mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-25 10:50:22 +00:00
@returns type in docs should be wrapped in curlies
This commit is contained in:
parent
ad3b811b8b
commit
d73635d573
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ Doc.prototype = {
|
|||
var self = this;
|
||||
if (self.returns) {
|
||||
dom.h('Returns', function(){
|
||||
dom.tag('code', self.returns.type);
|
||||
dom.tag('code', '{' + self.returns.type + '}');
|
||||
dom.text('– ');
|
||||
dom.html(self.returns.description);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue