From ca5553e4eb561d4427aa6f824b5002ade8d8bd93 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Tue, 3 Nov 2015 12:23:00 +0000 Subject: [PATCH] api-templates: include type in heading of var-type docs --- .../angular.io-package/templates/var.template.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/api-builder/angular.io-package/templates/var.template.html b/public/api-builder/angular.io-package/templates/var.template.html index 0d9850823a..7bfd41d225 100644 --- a/public/api-builder/angular.io-package/templates/var.template.html +++ b/public/api-builder/angular.io-package/templates/var.template.html @@ -1,9 +1,15 @@ {% include "lib/githubLinks.html" -%} +{% include "lib/paramList.html" -%} {% extends 'layout/base.template.html' %} {% block body %} include ../../_util-fns .l-main-section + h2(class="variable export") + pre.prettyprint + code. + export {$ doc.name $}{$ returnType(doc.returnType) $} + p.location-badge. exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} } defined in {$ githubViewLink(doc) $}