Mark Sibly 8 years ago
parent
commit
e4e08e961f
1 changed files with 2 additions and 2 deletions
  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 )
 	End
 	
-	#rem monkeydoc @hidden
+	#rem monkeydoc Stream open function type
 	#end
 	Alias OpenFunc:Stream( proto:String,path:String,mode:String )
 	
-	#rem monkeydoc @hidden
+	#rem monkeydoc Stream open functions map
 	#end
 	Const OpenFuncs:=New StringMap<OpenFunc>