Index: pkg/analyzer_plugin/doc/api.html |
diff --git a/pkg/analyzer_plugin/doc/api.html b/pkg/analyzer_plugin/doc/api.html |
index 13073655bb3b3102a105d40b80b18a2b0c17cabd..10d22fa2294d0aafea3e9186e8576f007a0350a9 100644 |
--- a/pkg/analyzer_plugin/doc/api.html |
+++ b/pkg/analyzer_plugin/doc/api.html |
@@ -145,6 +145,7 @@ a:focus, a:hover { |
"method": "plugin.versionCheck" |
"params": { |
"<b>byteStorePath</b>": String |
+ "<b>sdkPath</b>": String |
"<b>version</b>": String |
} |
}</pre><br><pre>response: { |
@@ -170,6 +171,12 @@ a:focus, a:hover { |
The path to the directory containing the on-disk byte store that is to |
be used by any analysis drivers that are created. |
</p> |
+ </dd><dt class="field"><b>sdkPath (String)</b></dt><dd> |
+ |
+ <p> |
+ The path to the directory containing the SDK that is to be used by any |
+ analysis drivers that are created. |
+ </p> |
</dd><dt class="field"><b>version (String)</b></dt><dd> |
<p> |