Skip to content

Commit e785c00

Browse files
committed
Javadoc
1 parent 9668d46 commit e785c00

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,19 @@ public boolean getAutoFlush() {
15241524

15251525
/**
15261526
* Gets the character marking the start of a line comment.
1527+
* <p>
1528+
* The comment format for each line is:
1529+
* </p>
1530+
* <pre>
1531+
* CommentMarker SPACE CommentArrayElement
1532+
* </pre>
1533+
* <p>
1534+
* For example, using a comment marker {@code '#'} and a comment array {@code comments ["line 1", "line 2"]}:
1535+
* </p>
1536+
* <pre>
1537+
* # line 1
1538+
* # line 2
1539+
* </pre>
15271540
*
15281541
* @return the comment start marker, may be {@code null}
15291542
*/

0 commit comments

Comments
 (0)