diff --git a/docs/app/css/app.css b/docs/app/css/app.css index 2c2557140a..416cd17904 100644 --- a/docs/app/css/app.css +++ b/docs/app/css/app.css @@ -364,3 +364,16 @@ md-content.demo-source-container > hljs > pre > code.highlight { padding-left:32px !important; padding-right:32px !important; } + + +.member .name { + white-space: pre-wrap; + word-wrap: break-word; + font-family: monospace; + font-size: 1.17em; + margin: 1em 0; +} + +.member { + +} \ No newline at end of file diff --git a/docs/dgeni-package/templates/class.template.html b/docs/dgeni-package/templates/class.template.html index 2b9ac35716..f615345c29 100644 --- a/docs/dgeni-package/templates/class.template.html +++ b/docs/dgeni-package/templates/class.template.html @@ -8,13 +8,24 @@ {%- if doc.constructorDoc or doc.members.length -%}
{$ doc.constructorDoc.description | marked $}
+{$ member.description | marked $}
+