From 3bb4e4a0c7e3d2da174c0e48c5d9e35e93275c5c Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Sat, 28 May 2011 19:29:44 +0200 Subject: [PATCH] jsdoc template: rename title of inherited functions / properties. --- build/jsdoc-toolkit/templates/jsdoc/templates/class.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) +}