mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Wrap the block comment asterisk in a code element
This commit is contained in:
parent
1b206ee362
commit
7fec5a2c81
|
@ -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>/* … */</code> or <code>//</code>-style. For multi-line <code>/* … */</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. “Parameter name” comments should appear
|
||||
after values whenever the value and method name do not sufficiently convey the
|
||||
meaning.</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user