File tree 1 file changed +7
-6
lines changed
semanticdb-javac/src/main/java/com/sourcegraph/semanticdb_javac 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class InjectSemanticdbOptions {
10
10
/**
11
11
* Updates a list of Java compiler arguments to include -Xplugin:semanticdb.
12
12
*
13
- * This main method should be used by a `javac` wrapper script like this:
13
+ * <p> This main method should be used by a `javac` wrapper script like this:
14
14
*
15
15
* <pre>
16
16
* NEW_OPTIONS_PATH=$(mktemp)
@@ -23,11 +23,12 @@ public class InjectSemanticdbOptions {
23
23
* Requires the following system properties:
24
24
*
25
25
* <ul>
26
- * <li>-Dsemanticdb.output=PATH: the file to write the updated compiler options</li>
27
- * <li>-Dsemanticdb.old-output=PATH: the file to write the original compiler options. Only used for debugging purposes.</li>
28
- * <li>-Dsemanticdb.pluginpath=PATH: the path to the SemanticDB compiler plugin jar</li>
29
- * <li>-Dsemanticdb.sourceroot=PATH: the path to use in -Xplugin:semanticdb -sourceroot:PATH</li>
30
- * <li>-Dsemanticdb.targetroot=PATH: the path to use in -Xplugin:semanticdb -targetroot:PATH</li>
26
+ * <li>-Dsemanticdb.output=PATH: the file to write the updated compiler options
27
+ * <li>-Dsemanticdb.old-output=PATH: the file to write the original compiler options. Only used
28
+ * for debugging purposes.
29
+ * <li>-Dsemanticdb.pluginpath=PATH: the path to the SemanticDB compiler plugin jar
30
+ * <li>-Dsemanticdb.sourceroot=PATH: the path to use in -Xplugin:semanticdb -sourceroot:PATH
31
+ * <li>-Dsemanticdb.targetroot=PATH: the path to use in -Xplugin:semanticdb -targetroot:PATH
31
32
* </ul>
32
33
*
33
34
* @param args the Java compiler arguments to update.
You can’t perform that action at this time.
0 commit comments