From 7fec5a2c81ed4bae78af12b169d5e0bc6588f0a7 Mon Sep 17 00:00:00 2001
From: harbichidian
Block comments are indented at the same level as the surrounding code. They may
be in /* … */
or //
-style. For multi-line /* … */
comments, subsequent
-lines must start with * aligned with the *
on the previous line, to make
+lines must start with *
aligned with the *
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.