Description
First of all: I am looking into apple doc for a couple of days now and think it is an amazing product! I love it. However there are some thinks I am missing, like enum documentation.
In Apple's Event Kit framework (iOS) you can see fully documented header files, as Apple uses them - I don't know if this is by accident and if it will go away in the future, but it is there at the moment. There are a couple of stuff, that isn't supported with appledoc.
The things I found, that aren't documented are: @enum, @constant, @abstract, @discussion, @Property and @method. I don't know if there are other unsupported tags, I haven't tried everything by now.
You can find one example of a header here: http://developer.limneos.net/headers/4.0/EventKit.framework/Headers/EKEventStore.h