File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/The-ROS2-Project/Contributing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,10 @@ Doxygen Comments
163163~~~~~~~~~~~~~~~~
164164
165165* While it is allowed to use ``/** */ `` style comments for documentation, we prefer ``/// `` style
166- comments for Doxygen
166+ comments for Doxygen.
167167
168- * rationale: ``/// `` is more consistent with the rest of the C++ code
169- * rationale: ``/// `` is easier to type and read in most editors
168+ * rationale: ``/// `` is more consistent with the rest of the C++ code.
169+ * rationale: ``/// `` is easier to type and read in most editors.
170170 * rationale: The Doxygen comments with ``/// `` is easier to read in the code itself, as it is
171171 more compact versus ``/** */ `` which takes up more space and requires more lines.
172172 * Note that using ``/** */ `` Doxygen comments is useful in cases when C++ header files could
You can’t perform that action at this time.
0 commit comments