Wrap the block comment asterisk in a code element

This commit is contained in:
harbichidian 2018-04-27 13:43:44 -07:00 committed by GitHub
parent 1b206ee362
commit 7fec5a2c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -777,7 +777,7 @@ in <a href="#jsdoc">??</a>.</p>
<p>Block comments are indented at the same level as the surrounding code. They may
be in <code>/* &#8230; */</code> or <code>//</code>-style. For multi-line <code>/* &#8230; */</code> comments, subsequent
lines must start with * aligned with the <code>*</code> on the previous line, to make
lines must start with <code>*</code> aligned with the <code>*</code> on the previous line, to make
comments obvious with no extra context. &#8220;Parameter name&#8221; comments should appear
after values whenever the value and method name do not sufficiently convey the
meaning.</p>