We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e32a3a commit 40c5eccCopy full SHA for 40c5ecc
opengrok-indexer/src/main/java/org/opengrok/indexer/history/CVSHistoryParser.java
@@ -51,8 +51,8 @@ private enum ParseState {
51
private CVSRepository cvsRepository = new CVSRepository();
52
53
/**
54
- * Process the output from the log command and insert the HistoryEntries
55
- * into the history field.
+ * Process the output from the log command and insert the {@link HistoryEntry} objects created therein
+ * into the {@link #history} field.
56
*
57
* @param input The output from the process
58
* @throws java.io.IOException If an error occurs while reading the stream
0 commit comments