Change getter to have different name than property so that asdocs / ant docs in release works. Method is not used.
diff --git a/textLayout/src/flashx/textLayout/elements/ParagraphElement.as b/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
index 30e3f20..f58e1d4 100644
--- a/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
+++ b/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
@@ -95,7 +95,7 @@
 			_terminatorSpan = null;
 			_interactiveChildrenCount = 0 ;
 		}
-		tlf_internal function get _interactiveChildrenCount():int
+		tlf_internal function get interactiveChildrenCount():int
 		{
 			return _interactiveChildrenCount;
 		}