Skip to content

Commit 2deb9d2

Browse files
committed
Fixed more formatting issues
1 parent 7b657c4 commit 2deb9d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang-tools-extra/docs/clang-tidy/checks/readability/use-cpp-style-comments.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ equivalent C++-style comments.
1313
Examples:
1414

1515
Input:
16+
1617
.. code-block::c++
1718
1819
/* This is a single-line comment */
@@ -22,6 +23,7 @@ Input:
2223
multi-line comment */
2324
2425
Output:
26+
2527
.. code-block::c++
2628
2729
// This is a single-line comment
@@ -35,6 +37,7 @@ Output:
3537
Inline Comments are neither fixed nor warned.
3638

3739
Example:
40+
3841
.. code-block:: c++
3942

4043
int a = /* this is a comment */ 5;

0 commit comments

Comments
 (0)