What steps will reproduce the problem?
1. Run asdoc against the source tree
What is the expected output? What do you see instead?
I expected the asdoc to complete, but got errors in Crypto.getCipher().
Asdoc apparently does not like "/**" comments within the body of a switch
statement.
What version of the product are you using? On what operating system?
Latest SVN HEAD, as of this morning. Using ASDoc from Flex SDK 3.0.0.
Please provide any additional information below.
The workaround is to simply change "/**" to "/*" in that part of the code.
I have attached a patched version of the file.
Original issue reported on code.google.com by dave.sei...@gmail.com on 12 Sep 2008 at 4:58
Original issue reported on code.google.com by
dave.sei...@gmail.com
on 12 Sep 2008 at 4:58Attachments: