瀏覽代碼

add small Compiler.keep documentation clarification

Simon Krajewski 11 年之前
父節點
當前提交
673d6cf8de
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      std/haxe/macro/Compiler.hx

+ 2 - 2
std/haxe/macro/Compiler.hx

@@ -249,8 +249,8 @@ class Compiler {
 		including the containing module has to be used
 		including the containing module has to be used
 		(e.g. msignal.Signal.Signal0).
 		(e.g. msignal.Signal.Signal0).
 
 
-		@param path A package or module dot path to keep.
-		@param paths An Array of package or module paths to keep.
+		@param path A package, module or sub-type dot path to keep.
+		@param paths An Array of package, module or sub-type dot paths to keep.
 		@param recursive If true, recurses into sub-packages for package paths.
 		@param recursive If true, recurses into sub-packages for package paths.
 	**/
 	**/
 	public static function keep(?path : String, ?paths : Array<String>, ?recursive:Bool = true)
 	public static function keep(?path : String, ?paths : Array<String>, ?recursive:Bool = true)