瀏覽代碼

[std] Diagnostics request doc

Rudy Ges 1 年之前
父節點
當前提交
c918b3ae9a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");