Skip to content

Commit a462664

Browse files
committed
Javadoc
1 parent 78ac6b7 commit a462664

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

src/main/java/org/apache/commons/cli/help/HelpFormatter.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,18 @@ public Builder setShowSince(final boolean showSince) {
102102
}
103103
}
104104

105-
/** Default number of characters per line */
105+
/**
106+
* Default number of characters per line: {@value}.
107+
*/
106108
public static final int DEFAULT_WIDTH = 74;
107109

108-
/** Default padding to the left of each line */
110+
/**
111+
* Default padding to the left of each line: {@value}. */
109112
public static final int DEFAULT_LEFT_PAD = 1;
110113

111-
/** The default number of spaces between columns in the options table */
114+
/**
115+
* The default number of spaces between columns in the options table: {@value}.
116+
*/
112117
public static final int DEFAULT_COLUMN_SPACING = 5;
113118

114119
/**

0 commit comments

Comments
 (0)