浏览代码

always use the empty UInt for documentation generation

Simon Krajewski 11 年之前
父节点
当前提交
1674d074d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/UInt.hx

+ 1 - 1
std/UInt.hx

@@ -20,7 +20,7 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#if ((flash9 || flash9doc || cs) && !doc_gen)
+#if (flash9 || flash9doc || cs || doc_gen)
 /**
 	The unsigned Int type is only defined for Flash9 and C#. It's currently
 	handled the same as a normal Int.