File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
semanticdb-javac/src/main/java/com/sourcegraph/semanticdb_javac Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class InjectSemanticdbOptions {
1010 /**
1111 * Updates a list of Java compiler arguments to include -Xplugin:semanticdb.
1212 *
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:
1414 *
1515 * <pre>
1616 * NEW_OPTIONS_PATH=$(mktemp)
@@ -23,11 +23,12 @@ public class InjectSemanticdbOptions {
2323 * Requires the following system properties:
2424 *
2525 * <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
3132 * </ul>
3233 *
3334 * @param args the Java compiler arguments to update.
You can’t perform that action at this time.
0 commit comments