瀏覽代碼

[doc] Excluded hxjava lib build tool dir

Caue Waneck 12 年之前
父節點
當前提交
1ad27ea642
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 1
      doc/ImportAll.hx
  2. 1 0
      doc/all.hxml

+ 3 - 1
doc/ImportAll.hx

@@ -54,6 +54,8 @@ class ImportAll {
 			if( !Context.defined("cs") ) return;
 			if( !Context.defined("cs") ) return;
 		case "tools":
 		case "tools":
 			return;
 			return;
+		case "build-tool":
+			return;
 		}
 		}
 		for( p in Context.getClassPath() ) {
 		for( p in Context.getClassPath() ) {
 			if( p == "/" )
 			if( p == "/" )
@@ -90,4 +92,4 @@ class ImportAll {
 		}
 		}
 	}
 	}
 
 
-}
+}

+ 1 - 0
doc/all.hxml

@@ -47,6 +47,7 @@
 -D unsafe
 -D unsafe
 -xml cs.xml
 -xml cs.xml
 -D xmldoc
 -D xmldoc
+--macro exclude('haxe._Int64',true)
 
 
 --next
 --next