From aee2742932c51e9018d21674b8d580e5abec0f8d Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Fri, 5 Oct 2012 09:06:26 -0400 Subject: [PATCH] API extraction: handle any type that is annotated, not just the spec'd simple type. Fixes #559. --- interface/type | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/type b/interface/type index ac0926e92..dbb393dd6 100644 --- a/interface/type +++ b/interface/type @@ -16,7 +16,7 @@ Type baseType: Type value: String Annotated - baseType : SimpleType + baseType : Type annotations : Annotation* Structure parents : ~Type*