Kaynağa Gözat

always use the empty UInt for documentation generation

Simon Krajewski 11 yıl önce
ebeveyn
işleme
1674d074d1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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.