Преглед на файлове

[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");