Ver código fonte

[std] Diagnostics request doc

Rudy Ges 1 ano atrás
pai
commit
c918b3ae9a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      std/haxe/display/Display.hx

+ 1 - 1
std/haxe/display/Display.hx

@@ -34,7 +34,7 @@ import haxe.ds.ReadOnlyArray;
 @:publicFields
 class DisplayMethods {
 	/**
-		TODO documentation
+		The request is sent from the client to Haxe to get diagnostics for a specific file, a list of files or the whole project.
 	**/
 	static inline var Diagnostics = new HaxeRequestMethod<DiagnosticsParams, DiagnosticsResult>("display/diagnostics");