{{>source_link}}
+ {{{nameWithGenerics}}} {{kind}} {{>categorization}}
{{>source_link}}
{{/self}}
{{#clazz}}
diff --git a/lib/templates/constant.html b/lib/templates/constant.html
index f54d3a89e0..44e278bfe3 100644
--- a/lib/templates/constant.html
+++ b/lib/templates/constant.html
@@ -8,7 +8,7 @@ {{{nameWithGenerics}}} {{kind}} {{>categorization}}
{{parent.name}} {{parent.kind}}
{{#self}}
-
diff --git a/lib/templates/constructor.html b/lib/templates/constructor.html
index bf7f610805..3fc1a9f116 100644
--- a/lib/templates/constructor.html
+++ b/lib/templates/constructor.html
@@ -8,7 +8,7 @@
{{>source_link}}
+ {{{name}}} {{kind}}
{{>source_link}}
{{/self}}
{{{name}}} {{kind}}
{{parent.name}} {{parent.kind}}
{{#self}}
-
{{>source_link}}
+ {{{nameWithGenerics}}} {{kind}}
{{>source_link}}
{{/self}}
{{#constructor}}
diff --git a/lib/templates/enum.html b/lib/templates/enum.html
index 424b8bf81a..497f7962a7 100644
--- a/lib/templates/enum.html
+++ b/lib/templates/enum.html
@@ -8,7 +8,7 @@ {{{nameWithGenerics}}} {{kind}}
{{parent.name}} {{parent.kind}}
{{#self}}
-
{{>source_link}}
+ {{{name}}} {{kind}} {{>categorization}}
{{>source_link}}
{{/self}}
{{#eNum}}
diff --git a/lib/templates/function.html b/lib/templates/function.html
index f7a42e0f14..a8d9c85c8b 100644
--- a/lib/templates/function.html
+++ b/lib/templates/function.html
@@ -8,7 +8,7 @@ {{{name}}} {{kind}} {{>categorization}}
{{parent.name}} {{parent.kind}}
{{#self}}
- {{parent.name}}
{{#self}}
-
{{>source_link}}
+ {{{nameWithGenerics}}} {{kind}} {{>categorization}}
{{>source_link}}
{{/self}}
{{#function}}
diff --git a/lib/templates/library.html b/lib/templates/library.html
index 67ba592dec..1aa24b2737 100644
--- a/lib/templates/library.html
+++ b/lib/templates/library.html
@@ -8,7 +8,7 @@ {{{nameWithGenerics}}} {{kind}} {{>categorization}}
{{parent.name}}
{{#self}}
- {{>source_link}}{{{name}}} {{kind}} {{>categorization}}
+ {{>source_link}}{{{name}}} {{kind}} {{>categorization}}
{{/self}}
{{#library}}
diff --git a/lib/templates/method.html b/lib/templates/method.html
index 1a8aec7500..0d1fb44844 100644
--- a/lib/templates/method.html
+++ b/lib/templates/method.html
@@ -8,7 +8,7 @@ {{parent.name}} {{parent.kind}}
{{#self}}
- {{>source_link}}{{{nameWithGenerics}}} {{kind}}
+ {{>source_link}}{{{nameWithGenerics}}} {{kind}}
{{/self}}
{{#method}}
diff --git a/lib/templates/mixin.html b/lib/templates/mixin.html
index ff9bf0f53a..ddf7435a51 100644
--- a/lib/templates/mixin.html
+++ b/lib/templates/mixin.html
@@ -8,7 +8,7 @@ {{parent.name}} {{parent.kind}}
{{#self}}
- {{>source_link}}{{{nameWithGenerics}}} {{kind}} {{>categorization}}
+ {{>source_link}}{{{nameWithGenerics}}} {{kind}} {{>categorization}}
{{/self}}
{{#mixin}}
diff --git a/lib/templates/property.html b/lib/templates/property.html
index e6d77b95e3..8d9bb5ef74 100644
--- a/lib/templates/property.html
+++ b/lib/templates/property.html
@@ -8,7 +8,7 @@ {{parent.name}} {{parent.kind}}
{{#self}}
- {{>source_link}}{{name}} {{kind}}
+ {{>source_link}}{{name}} {{kind}}
{{/self}}
{{#self}}
diff --git a/lib/templates/top_level_constant.html b/lib/templates/top_level_constant.html
index 41e7854f92..ccd3f66b2c 100644
--- a/lib/templates/top_level_constant.html
+++ b/lib/templates/top_level_constant.html
@@ -8,17 +8,16 @@ {{parent.name}} {{parent.kind}}
{{#self}}
- {{>source_link}}{{{name}}} {{kind}} {{>categorization}}
+ {{>source_link}}{{{name}}} {{kind}} {{>categorization}}
-
- {{>name_summary}}
- =
- {{{ constantValue }}}
- {{>features}}
-
-
- {{>documentation}}
- {{>source_code}}
+
+ {{>name_summary}}
+ =
+ {{{ constantValue }}}
+ {{>features}}
+
+ {{>documentation}}
+ {{>source_code}}
{{/self}}
diff --git a/lib/templates/top_level_property.html b/lib/templates/top_level_property.html
index 582d78ea98..2f417791c2 100644
--- a/lib/templates/top_level_property.html
+++ b/lib/templates/top_level_property.html
@@ -8,25 +8,25 @@ {{parent.name}} {{parent.kind}}
{{#self}}
- {{>source_link}}{{{name}}} {{kind}} {{>categorization}}
+ {{>source_link}}{{{name}}} {{kind}} {{>categorization}}
- {{#hasNoGetterSetter}}
-
- {{{ linkedReturnType }}}
- {{>name_summary}}
- {{>features}}
-
- {{>documentation}}
- {{>source_code}}
- {{/hasNoGetterSetter}}
+ {{#hasNoGetterSetter}}
+
+ {{{ linkedReturnType }}}
+ {{>name_summary}}
+ {{>features}}
+
+ {{>documentation}}
+ {{>source_code}}
+ {{/hasNoGetterSetter}}
- {{#hasExplicitGetter}}
- {{>accessor_getter}}
- {{/hasExplicitGetter}}
+ {{#hasExplicitGetter}}
+ {{>accessor_getter}}
+ {{/hasExplicitGetter}}
- {{#hasExplicitSetter}}
- {{>accessor_setter}}
- {{/hasExplicitSetter}}
+ {{#hasExplicitSetter}}
+ {{>accessor_setter}}
+ {{/hasExplicitSetter}}
{{/self}}
diff --git a/lib/templates/typedef.html b/lib/templates/typedef.html
index 336fcf6c4a..2fcbe008a8 100644
--- a/lib/templates/typedef.html
+++ b/lib/templates/typedef.html
@@ -8,7 +8,7 @@ {{parent.name}} {{parent.kind}}
{{#self}}
- {{>source_link}}{{{nameWithGenerics}}} {{kind}} {{>categorization}}
+ {{>source_link}}{{{nameWithGenerics}}} {{kind}} {{>categorization}}
{{/self}}
{{{name}}} {{kind}} {{>categorization}}
{{{name}}} {{kind}} {{>categorization}}
{{>source_link}}
+ {{{nameWithGenerics}}} {{kind}}
{{>source_link}}
{{/self}}
{{#method}}
diff --git a/lib/templates/mixin.html b/lib/templates/mixin.html
index ff9bf0f53a..ddf7435a51 100644
--- a/lib/templates/mixin.html
+++ b/lib/templates/mixin.html
@@ -8,7 +8,7 @@ {{{nameWithGenerics}}} {{kind}}
{{parent.name}} {{parent.kind}}
{{#self}}
-
{{>source_link}}
+ {{{nameWithGenerics}}} {{kind}} {{>categorization}}
{{>source_link}}
{{/self}}
{{#mixin}}
diff --git a/lib/templates/property.html b/lib/templates/property.html
index e6d77b95e3..8d9bb5ef74 100644
--- a/lib/templates/property.html
+++ b/lib/templates/property.html
@@ -8,7 +8,7 @@ {{{nameWithGenerics}}} {{kind}} {{>categorization}}
{{parent.name}} {{parent.kind}}
{{#self}}
-
{{>source_link}}
+ {{name}} {{kind}}
{{>source_link}}
{{/self}}
{{#self}}
diff --git a/lib/templates/top_level_constant.html b/lib/templates/top_level_constant.html
index 41e7854f92..ccd3f66b2c 100644
--- a/lib/templates/top_level_constant.html
+++ b/lib/templates/top_level_constant.html
@@ -8,17 +8,16 @@ {{name}} {{kind}}
{{parent.name}} {{parent.kind}}
{{#self}}
-
- {{>name_summary}}
- =
- {{{ constantValue }}}
- {{>features}}
-
-
- {{>documentation}}
- {{>source_code}}
+
+ {{>name_summary}}
+ =
+ {{{ constantValue }}}
+ {{>features}}
+
+ {{>documentation}}
+ {{>source_code}}
{{/self}}
diff --git a/lib/templates/top_level_property.html b/lib/templates/top_level_property.html
index 582d78ea98..2f417791c2 100644
--- a/lib/templates/top_level_property.html
+++ b/lib/templates/top_level_property.html
@@ -8,25 +8,25 @@ {{>source_link}}
+ {{{name}}} {{kind}} {{>categorization}}
{{>source_link}}
- {{{name}}} {{kind}} {{>categorization}}
{{parent.name}} {{parent.kind}}
{{#self}}
-
- {{{ linkedReturnType }}}
- {{>name_summary}}
- {{>features}}
-
- {{>documentation}}
- {{>source_code}}
- {{/hasNoGetterSetter}}
+ {{#hasNoGetterSetter}}
+
+ {{{ linkedReturnType }}}
+ {{>name_summary}}
+ {{>features}}
+
+ {{>documentation}}
+ {{>source_code}}
+ {{/hasNoGetterSetter}}
- {{#hasExplicitGetter}}
- {{>accessor_getter}}
- {{/hasExplicitGetter}}
+ {{#hasExplicitGetter}}
+ {{>accessor_getter}}
+ {{/hasExplicitGetter}}
- {{#hasExplicitSetter}}
- {{>accessor_setter}}
- {{/hasExplicitSetter}}
+ {{#hasExplicitSetter}}
+ {{>accessor_setter}}
+ {{/hasExplicitSetter}}
{{/self}}
diff --git a/lib/templates/typedef.html b/lib/templates/typedef.html
index 336fcf6c4a..2fcbe008a8 100644
--- a/lib/templates/typedef.html
+++ b/lib/templates/typedef.html
@@ -8,7 +8,7 @@ {{>source_link}}
+ {{{name}}} {{kind}} {{>categorization}}
{{>source_link}}
- {{#hasNoGetterSetter}}
- {{{name}}} {{kind}} {{>categorization}}
{{parent.name}} {{parent.kind}}
{{#self}}
-
{{>source_link}}
+ {{{nameWithGenerics}}} {{kind}} {{>categorization}}
{{>source_link}}
{{/self}}