| 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">
|
|
|