API extraction: handle any type that is annotated, not just the spec'd simple type. Fixes #559.

This commit is contained in:
Mark Harrah 2012-10-05 09:06:26 -04:00
parent efa362c583
commit aee2742932
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Type
baseType: Type baseType: Type
value: String value: String
Annotated Annotated
baseType : SimpleType baseType : Type
annotations : Annotation* annotations : Annotation*
Structure Structure
parents : ~Type* parents : ~Type*