Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: pkg/analyzer_plugin/tool/spec/plugin_spec.html

Issue 2677663003: Update plugin spec (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer_plugin/tool/spec/plugin_spec.html
diff --git a/pkg/analyzer_plugin/tool/spec/plugin_spec.html b/pkg/analyzer_plugin/tool/spec/plugin_spec.html
index 84703abe613f69e4488b3e212d8167d0b70f4087..db51a25353ff0e0b54668ec8e5c722b0a5d4c24d 100644
--- a/pkg/analyzer_plugin/tool/spec/plugin_spec.html
+++ b/pkg/analyzer_plugin/tool/spec/plugin_spec.html
@@ -38,6 +38,13 @@
works with the version of the analysis server that is executing it.
</p>
<params>
+ <field name="byteStorePath">
+ <ref>String</ref>
+ <p>
+ The path to the directory containing the on-disk byte store that is to
+ be used by any analysis drivers that are created.
+ </p>
+ </field>
<field name="version">
<ref>String</ref>
<p>
@@ -70,11 +77,11 @@
purposes.
</p>
</field>
- <field name="email" optional="true">
+ <field name="contactInfo" optional="true">
<ref>String</ref>
<p>
- An e-mail address that either the client or the user can use to
- contact the maintainers of the plugin when there is a problem.
+ Information that the user can use to use to contact the maintainers of
+ the plugin when there is a problem.
</p>
</field>
<field name="interestingFiles">

Powered by Google App Engine
This is Rietveld 408576698