summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00314-comment_conversion_javadoc_single.c
blob: b59e27816e736b1942e60946653e2c958a40cd97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Normal comment

/** Javadoc comment */

/* Multiline
* Normal
* comment */

/* Another
   Multiline
   Normal
   comment
 */

/**
 * Javadoc
 * Multiline
 * Normal
 * comment
 */