You don’t need to provide a full 3 line comment for all available properties:
/**
* Defines the name.
*/
public static const NAME:String = "ContentDataProxy";
It’s even worse when you really are trying to understand how to use a class, and the ASDocs are included, but either empty or very non-descriptive.
Also, it clutters up documents and makes classes 30% longer. I would much prefer having a separate “MyClass.asdoc” file along with each class just to avoid this. That way, you can still compile the documentation, and it doesn’t take up space in your code.