Skip to content

Commit 7f716df

Browse files
committed
augment javadoc
1 parent 1ce08bb commit 7f716df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/index/IndexCheck.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ private static List<String> getLines(Path path) throws IOException {
244244
/**
245245
* Crosscheck definitions found in the index for given file w.r.t. actual file contents.
246246
* There is a number of cases this check can fail even for legitimate cases. This is why
247-
* certain patterns are skipped.
247+
* certain patterns and file types are skipped.
248248
* @param path path to the file being checked
249249
* @return okay indication
250250
*/
@@ -332,6 +332,7 @@ public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IO
332332

333333
/**
334334
* Check definitions stored in documents against definitions found by ctags in the respective input files.
335+
* This is done only for a subset of files, see {@link #checkDefinitionsForFile(Path)}.
335336
* This check parallelized.
336337
* @param sourcePath path to source root subtree
337338
* @param indexPath path to index to check

0 commit comments

Comments
 (0)