I have a Flash (AS3) component library that I'm distributing, and I want to make sure that it's fully documented for each release. One of the things I really liked about Microsoft's automatic doc generation for C# was that I could have my compiler generate warnings (on every compile) for any public member that wasn't documented in their doc tagging format.
I found this extremely helpful for me to make sure I had fully documented all of my code.
Is there a way to turn on a similar thing for ASDoc?
Thanks for any advice and tips -- I would love for this to work from within Eclipse / Flex Builder, but I'm okay using Ant.