| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index a4abcfc83078e433f8b36cd0a43c37858d122f0f..69af5fb7e9a0cfc82b708f49238e864d557061c1 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -70,6 +70,10 @@ dt.typeDefinition {
|
| for readability.
|
| </p>
|
| <p>
|
| + It is the client's responsibility to read output from the server to
|
| + avoid its blocking.
|
| + </p>
|
| + <p>
|
| To ease interoperability with Lisp-based clients (which may not
|
| be able to easily distinguish between empty lists, empty maps,
|
| and null), client-to-server communication is allowed to replace
|
|
|