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 ee13dba commit 4cb07dcCopy full SHA for 4cb07dc
opengrok-indexer/src/main/java/org/opengrok/indexer/index/IndexDatabase.java
@@ -1666,6 +1666,9 @@ private void finishWriting() throws IOException {
1666
/**
1667
* Verify TABSIZE, and evaluate AnalyzerGuru version together with ZVER --
1668
* or return a value to indicate mismatch.
1669
+ * @param outIsXrefWriter boolean array. After return its first member will
1670
+ * contain return value of {@code isXrefWriter()}
1671
+ * for the file analyzer matching given file
1672
* @param file the source file object
1673
* @param path the source file path
1674
* @return {@code false} if a mismatch is detected
0 commit comments