Question
asdoc doc-classes will no longer be the default variable.
Hi All, <br /><br />We are making a change to asdoc and removing doc-classes as the default variable. It would mean that if you were earlier using command like <br />"asdoc Foo" <br /><br />It would no longer work, and the command will have to be modified to "asdoc -doc-classes=Foo". Previously it used to generate documentation for the class Foo because it was treated equivalent to "asdoc -doc-classes=Foo" <br /><br />The reason for this change is to have better support for doc-classes in the <asdoc> ant task (a new ant task for asdoc). So you will be able to write a task like:<br /><br /><asdoc left-frameset-width="200" ><br /> <compiler.source-path path-element="."/><br /> <doc-classes class="Foo"/><br /> <doc-classes class="Bar"/><br /></asdoc><br /><br />instead of listing the doc classes separated by a space<br /><br /><asdoc left-frameset-width="200" doc-classes="Foo Bar"><br /> <compiler.source-path path-element="."/><br /></asdoc><br /><br />We don't anticipate that many people were using asdoc without specifying "doc-classes". Hopefully this change doesn't affect you in a major way. We would like to hear your feedback if it does. <br /><br />Thanks,<br />Gaurav Jain <br />Flex SDK Team,<br />Adobe Systems Inc.
