Forráskód Böngészése

[doc] Excluded hxjava lib build tool dir

Caue Waneck 12 éve
szülő
commit
1ad27ea642
2 módosított fájl, 4 hozzáadás és 1 törlés
  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;
 		case "tools":
 			return;
+		case "build-tool":
+			return;
 		}
 		for( p in Context.getClassPath() ) {
 			if( p == "/" )
@@ -90,4 +92,4 @@ class ImportAll {
 		}
 	}
 
-}
+}

+ 1 - 0
doc/all.hxml

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