diff --git a/elements/core-doc-page.html b/elements/core-doc-page.html index b52b6cc..a21b30b 100644 --- a/elements/core-doc-page.html +++ b/elements/core-doc-page.html @@ -65,7 +65,7 @@
- {{attribute.type}}
default: {{attribute.default}}
+ <{{attribute.type}}>
default: {{attribute.default}}
- {{property.type}}
default: {{property.default}}
+ <{{property.type}}>
default: {{property.default}}
Event details:
-{{param.name}}
( {{param.type}} )
<{{param.type}}> {{param.name}}
{{param.description}}
Method parameters:
-{{param.name}}
( {{param.type}} )
<{{param.type}}> {{param.name}}
{{param.description}}