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 72aac31 commit 42057b0Copy full SHA for 42057b0
opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/Ctags.java
@@ -492,7 +492,7 @@ private void addTerraformSupport(List<String> command) {
492
/**
493
* Run ctags on a file.
494
* @param file file path to process
495
- * @return Definitions
+ * @return valid instance of {@link Definitions} or {@code null} on error
496
* @throws IOException I/O exception
497
* @throws InterruptedException interrupted command
498
*/
0 commit comments