How do I Configuring DoxyGen to document ActionScript files?
I’ve included the *.as and *.asi files in doxygen’s search pattern, but the classes, functions and variables don’t show there.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Instead of doxygen you should use a documentation generator that specifically supports the language. For ActionScript 2, you have a couple choices:
If you are using ActionScript 3, Adobe includes a free documentation generator along with their open source compiler (the Flex SDK), called ‘ASDoc‘. If you are using FlashDevelop, the latest beta has a built in GUI for running ASDoc, so you don’t have to dirty your hands with the commandline.