I realized when I sync'd my release4.9 branch that the change that was made to TLF to fix asdocs went into the TLF 3.0 branch which contains the code that was already released by Adobe as 3.0.33. Technically we shouldn't modify this branch but we may decide this is trivial enough that we can overlook this.
The TLF 3.0 branch and trunk differ since trunk has some newer stuff in it like table support (I have no idea how done that is). Carol On 12/6/12 3 :09PM, "jmcl...@apache.org" <jmcl...@apache.org> wrote: >Author: jmclean >Date: Thu Dec 6 20:09:15 2012 >New Revision: 1418050 > >URL: http://svn.apache.org/viewvc?rev=1418050&view=rev >Log: >getter named the same as private property was causing asdocs to fail > >Modified: > >incubator/flex/tlf/branches/3.0/textLayout/src/flashx/textLayout/elements/ >ParagraphElement.as > >Modified: >incubator/flex/tlf/branches/3.0/textLayout/src/flashx/textLayout/elements/ >ParagraphElement.as >URL: >http://svn.apache.org/viewvc/incubator/flex/tlf/branches/3.0/textLayout/sr >c/flashx/textLayout/elements/ParagraphElement.as?rev=1418050&r1=1418049&r2 >=1418050&view=diff >========================================================================== >==== >--- >incubator/flex/tlf/branches/3.0/textLayout/src/flashx/textLayout/elements/ >ParagraphElement.as (original) >+++ >incubator/flex/tlf/branches/3.0/textLayout/src/flashx/textLayout/elements/ >ParagraphElement.as Thu Dec 6 20:09:15 2012 >@@ -95,7 +95,7 @@ package flashx.textLayout.elements > _terminatorSpan = null; > _interactiveChildrenCount = 0 ; > } >- tlf_internal function get _interactiveChildrenCount():int >+ tlf_internal function get interactiveChildrenCount():int > { > return _interactiveChildrenCount; > } > >