Browse Source

[std] Diagnostics request doc

Rudy Ges 1 năm trước cách đây
mục cha
commit
c918b3ae9a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");