From 117c354f5927aec135e40eaeca37a664f0aca280 Mon Sep 17 00:00:00 2001 From: pedig <33690815+pedig@users.noreply.github.com> Date: Thu, 25 Nov 2021 17:27:59 +0100 Subject: [PATCH] build: method parameter API docs missing descriptions Co-authored-by: Paul Gschwendtner Fix missing method parameter documentation The 'parameter.description' => 'parameter.content' change was made earlier, but as I see now there is no documentation for method parameters on material.angular.io site. I found that the information for method parameters are stored in the 'description' field. --- tools/dgeni/templates/method.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dgeni/templates/method.template.html b/tools/dgeni/templates/method.template.html index 850ef760cac7..392f544861b5 100644 --- a/tools/dgeni/templates/method.template.html +++ b/tools/dgeni/templates/method.template.html @@ -50,7 +50,7 @@

- {$ parameter.content | marked | safe $} + {$ parameter.description | marked | safe $}