File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
scip-java/src/main/scala/com/sourcegraph/scip_java/commands Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ final case class IndexSemanticdbCommand(
5757 " If true, symbols inside directory entries are allowed to be publicly visible outside of the generated SCIP index. " +
5858 " If false, symbols inside directory entries are only visible inside the generated SCIP index. " +
5959 " The practical consequences of making this flag false is that cross-index (or cross-repository) navigation does not work between " +
60- " Maven->Maven or Gradle->Gradle projects because those build tools compile sources to classfiles izelinside directories."
60+ " Maven->Maven or Gradle->Gradle projects because those build tools compile sources to classfiles inside directories."
6161 ) allowExportingGlobalSymbolsFromDirectoryEntries : Boolean = true ,
6262 @ Inline () app : Application = Application .default
6363) extends Command {
You can’t perform that action at this time.
0 commit comments