Skip to content

Commit da0bc9b

Browse files
committed
chore: fix docs formatting
1 parent d99c011 commit da0bc9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

template/model_doc.mustache

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{{#models}}{{#model}}# {{classname}}
2-
{{#description}}
2+
{{#unescapedDescription}}
33
{{{.}}}
44

5-
{{/description}}
5+
{{/unescapedDescription}}
6+
{{^emptyVars}}
67

78
## Properties
89
Name | Type | Description | Notes
@@ -12,4 +13,4 @@ Name | Type | Description | Notes
1213

1314
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1415

15-
{{/model}}{{/models}}
16+
{{/emptyVars}}{{/model}}{{/models}}

0 commit comments

Comments
 (0)