LEGEND383 - 2014-09-22

I am using Doxygen to document my game source (using Unity & C#) and have run into an issue. I am unable to figure out how to get Doxygen to list the attributes attached to classes/members. For example, a class that has the [RequireComponent(typeof(SomeComponent))] attribute should list in it's documentation page that it requires a component of type SomeComponent to be attached to the same object. Anyone know of a way of doing this?