diff --git a/build/jsdoc-toolkit/templates/jsdoc/templates/class.tmpl b/build/jsdoc-toolkit/templates/jsdoc/templates/class.tmpl index 6759bf5b..66345b52 100644 --- a/build/jsdoc-toolkit/templates/jsdoc/templates/class.tmpl +++ b/build/jsdoc-toolkit/templates/jsdoc/templates/class.tmpl @@ -94,7 +94,7 @@ -

Inherited properties from {+ new Link().toSymbol(inheritedClass.className) +}

+

Properties inherited from {+ new Link().toSymbol(inheritedClass.className) +}

{+ publish.templates.property.process(member) +} @@ -102,7 +102,7 @@ -

Inherited functions from {+ new Link().toSymbol(inheritedClass.className) +}

+

Functions inherited from {+ new Link().toSymbol(inheritedClass.className) +}

{+ publish.templates.method.process(member) +}