From 9022812526a59c9dc5497b85c9edbe2eb7bf8580 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 30 Nov 2015 14:37:10 -0600 Subject: [PATCH] docs(dgeni): `## Members` isn't being parsed by markdown, just use HTML --- scripts/docs/templates/common.template.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 @>