Howdy folks! I am trying to create ASDocs documentation with an appendix. I found that the following worked in the Flex3SDK, but not the Flex4SDK. Can anyone see anything wrong or has had luck getting this to work in the new version?

Added the following in ASDoc_Config_Base.xml:
<appendixes show="true">
<appendix label="Naming Conventions" overview="naming-appendix" href="appendix/NamingConventions.html"/> <appendix label="Test Tracking" overview="tracking-appendix" href="appendix/TestingTracking.html"/>
</appendixes>

Added the following in Overviews_Base.xml:
<naming-appendix>
        <shortDescription>A guide on naming conventions.</shortDescription>
</naming-appendix>
<tracking-appendix>
        <shortDescription>A guide on tracking.</shortDescription>
</tracking-appendix>


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to