Selaa lähdekoodia

[xml] fix docgen for PHP's haxe.Rest

k 2 vuotta sitten
vanhempi
commit
c3fbfa1d97
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      std/php/_std/haxe/Rest.hx

+ 1 - 0
std/php/_std/haxe/Rest.hx

@@ -17,6 +17,7 @@ abstract Rest<T>(NativeRest<T>) {
 	static public inline function of<T>(array:Array<T>):Rest<T>
 		return new Rest(@:privateAccess array.arr);
 
+	@:noDoc
 	@:from
 	static inline function ofNative<T>(array:NativeIndexedArray<T>):Rest<T>
 		return new Rest(array);