Skip to content

Commit 57ea815

Browse files
committed
doc(ngdoc): add 'this' and 'returns' section for methods
1 parent 6289d18 commit 57ea815

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/ngdoc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,9 @@ Doc.prototype = {
511511
dom.h(method.shortName + '(' + signature.join(', ') + ')', method, function(){
512512
dom.html(method.description);
513513
method.html_usage_parameters(dom);
514+
self.html_usage_this(dom);
515+
method.html_usage_returns(dom);
516+
514517
dom.h('Example', method.example, dom.html);
515518
});
516519
});

0 commit comments

Comments
 (0)