diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 5bc70a0c0b..586fc947ee 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -126,13 +126,13 @@ defined in <$ githubViewLink(doc) $> <@ endif -@> <@- if doc.members and doc.members.length @> -## Members +

Members

<@- for method in doc.members @>
-

+

<$ functionSyntax(method) $> -

+ <$ method.description $> @@ -141,8 +141,9 @@ defined in <$ githubViewLink(doc) $> <@ endif @> <@ if method.this @> -#### Method's `this` +

Method's `this` <$ method.this $> +

<@ endif @> <@ if method.returns @>