Mark Sibly 8 vuotta sitten
vanhempi
sitoutus
e4e08e961f
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      modules/std/stream/stream.monkey2

+ 2 - 2
modules/std/stream/stream.monkey2

@@ -567,11 +567,11 @@ Class Stream Extends std.resource.Resource
 		Return OpenFuncs[proto]( proto,ipath,mode )
 		Return OpenFuncs[proto]( proto,ipath,mode )
 	End
 	End
 	
 	
-	#rem monkeydoc @hidden
+	#rem monkeydoc Stream open function type
 	#end
 	#end
 	Alias OpenFunc:Stream( proto:String,path:String,mode:String )
 	Alias OpenFunc:Stream( proto:String,path:String,mode:String )
 	
 	
-	#rem monkeydoc @hidden
+	#rem monkeydoc Stream open functions map
 	#end
 	#end
 	Const OpenFuncs:=New StringMap<OpenFunc>
 	Const OpenFuncs:=New StringMap<OpenFunc>