Skip to content

Commit 42057b0

Browse files
committed
improve javadoc
1 parent 72aac31 commit 42057b0

File tree

1 file changed

+1
-1
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/analysis

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/Ctags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ private void addTerraformSupport(List<String> command) {
492492
/**
493493
* Run ctags on a file.
494494
* @param file file path to process
495-
* @return Definitions
495+
* @return valid instance of {@link Definitions} or {@code null} on error
496496
* @throws IOException I/O exception
497497
* @throws InterruptedException interrupted command
498498
*/

0 commit comments

Comments
 (0)