Explorar o código

[doc] fix API doc generation

See https://github.com/HaxeFoundation/haxe/issues/10351
k %!s(int64=2) %!d(string=hai) anos
pai
achega
b9c576544d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      std/java/_std/haxe/Rest.hx

+ 2 - 0
std/java/_std/haxe/Rest.hx

@@ -37,9 +37,11 @@ abstract Rest<T>(NativeRest<T>) {
 		return new Rest(cast result);
 	}
 
+	@:dox(hide)
 	@:from static function ofNativeInt(collection:NativeArray<Int>):Rest<Int>
 		return ofNativePrimitive(new NativeRest<java.lang.Integer>(collection.length), collection);
 
+	@:dox(hide)
 	@:from static function ofNativeFloat(collection:NativeArray<Float>):Rest<Float>
 		return ofNativePrimitive(new NativeRest<java.lang.Double>(collection.length), collection);