mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
only show the "Constructor" heading if there's a classdesc (#854)
This commit is contained in:
parent
7e23a68c59
commit
c7ba890677
@ -3,7 +3,7 @@ var data = obj;
|
|||||||
var self = this;
|
var self = this;
|
||||||
?>
|
?>
|
||||||
<?js if (data.kind !== 'module') { ?>
|
<?js if (data.kind !== 'module') { ?>
|
||||||
<?js if (kind === 'class') { ?>
|
<?js if (data.kind === 'class' && data.classdesc) { ?>
|
||||||
<h2>Constructor</h2>
|
<h2>Constructor</h2>
|
||||||
<?js } ?>
|
<?js } ?>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user