Skip to content

Commit 681f37d

Browse files
authored
build: method parameter API docs missing descriptions (#24014)
Co-authored-by: Paul Gschwendtner <paulgschwendtner@gmail.com> 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.
1 parent aea5d13 commit 681f37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dgeni/templates/method.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</td>
5151
<td class="docs-api-method-parameter-description-cell">
5252
<p class="docs-api-method-parameter-description">
53-
{$ parameter.content | marked | safe $}
53+
{$ parameter.description | marked | safe $}
5454
</p>
5555
</td>
5656
</tr>

0 commit comments

Comments
 (0)