diff --git a/build/jsdoc-toolkit/templates/jsdoc/allclasses.tmpl b/build/jsdoc-toolkit/templates/jsdoc/allclasses.tmpl
index 32f43582..67293676 100644
--- a/build/jsdoc-toolkit/templates/jsdoc/allclasses.tmpl
+++ b/build/jsdoc-toolkit/templates/jsdoc/allclasses.tmpl
@@ -1,5 +1,4 @@
-
{+new Link().toFile("index.html").withText("Class Index")+}
-| {+new Link().toFile("files.html").withText("File Index")+}
+{+new Link().toFile("index.html").withText("Class Index")+}
Classes
diff --git a/build/jsdoc-toolkit/templates/jsdoc/class.tmpl b/build/jsdoc-toolkit/templates/jsdoc/class.tmpl
index c6462977..5e1a0618 100644
--- a/build/jsdoc-toolkit/templates/jsdoc/class.tmpl
+++ b/build/jsdoc-toolkit/templates/jsdoc/class.tmpl
@@ -41,9 +41,6 @@
}
classType += "Namespace ";
}
- else {
- classType += "Class ";
- }
!}
{+classType+}{+data.alias+}
@@ -64,16 +61,12 @@
{+resolveLinks(data.classDesc)+}
-
- {# isn't defined in any file #}
-
Defined in: {+new Link().toSrc(data.srcFile)+}.
-
- {+classType+}Summary
+ Constructor
Constructor Attributes |
@@ -101,8 +94,8 @@
{! var ownProperties = data.properties.filter(function($){return $.memberOf == data.alias && !$.isNamespace}); !}
-
- Field Summary
+
+ Properties
Field Attributes |
@@ -139,7 +132,7 @@
borrowedMembers.map(function($) {if (contributers.indexOf($.memberOf) < 0) contributers.push($.memberOf)});
for (var i = 0, l = contributers.length; i < l; i++) {
output +=
- "- Fields borrowed from class "+new Link().toSymbol(contributers[i])+":
"
+ "- Functions inherited from "+new Link().toSymbol(contributers[i])+":
"
+
"- " +
borrowedMembers
@@ -163,11 +156,11 @@
{! var ownMethods = data.methods.filter(function($){return $.memberOf == data.alias && !$.isNamespace}); !}
- Method Summary
+ Functions
- Method Attributes |
- Method Name and Description |
+ Function Attributes |
+ Function Name and Description |
@@ -197,7 +190,7 @@
borrowedMembers.map(function($) {if (contributers.indexOf($.memberOf) < 0) contributers.push($.memberOf)});
for (var i = 0, l = contributers.length; i < l; i++) {
output +=
- "- Methods borrowed from class "+new Link().toSymbol(contributers[i])+":
"
+ "- Methods inherited from "+new Link().toSymbol(contributers[i])+":
"
+
"- " +
borrowedMembers
@@ -255,7 +248,7 @@
borrowedMembers.map(function($) {if (contributers.indexOf($.memberOf) < 0) contributers.push($.memberOf)});
for (var i = 0, l = contributers.length; i < l; i++) {
output +=
- "
- Events borrowed from class "+new Link().toSymbol(contributers[i])+":
"
+ "- Events inherited from "+new Link().toSymbol(contributers[i])+":
"
+
"- " +
borrowedMembers
@@ -279,7 +272,7 @@
- {+classType+}Detail
+ Constructor Detail
{!
@@ -369,7 +362,7 @@
- Field Detail
+ Properties Detail