mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Merge pull request #254 from ryu2/master
include the method signature in the heading for each method
This commit is contained in:
commit
1758a93a50
@ -273,8 +273,6 @@ exports.publish = function(taffyData, opts, tutorials) {
|
||||
data().each(function(doclet) {
|
||||
doclet.ancestors = getAncestorLinks(doclet);
|
||||
|
||||
doclet.signature = '';
|
||||
|
||||
if (doclet.kind === 'member') {
|
||||
addSignatureTypes(doclet);
|
||||
addAttribs(doclet);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user