Skip to content

Commit f356365

Browse files
fix(docs): fix broken blocks in Docstring
1 parent 387c78f commit f356365

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/main/java/org/variantsync/diffdetective/variation/diff/parse/VariationDiffParser.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,26 @@
3434
* Note: Weird line continuations and comments can cause misidentification of conditional macros.
3535
* The following examples are all correct according to the C11 standard: (comment end is marked by
3636
* {@code *\/}):
37+
*
38+
* <p>
3739
* <code>
3840
* /*
3941
* #ifdef A
4042
* *\/
43+
* </code>
4144
* <p>
45+
* <code>
4246
* #ifdef /*
4347
* *\/ A
4448
* #endif
49+
* </code>
4550
* <p>
51+
* <code>
4652
* # /**\/ ifdef
4753
* #endif
54+
* </code>
4855
* <p>
56+
* <code>
4957
* # \
5058
* ifdef
5159
* #endif

0 commit comments

Comments
 (0)