Make @deprecated without comment an error.

Change-Id: Iaa5289fe7b48f0349fa9708c4f05144f6340b11c
This commit is contained in:
Joe Onorato
2010-09-10 15:48:29 -04:00
parent 201480c50e
commit aa03045e63

View File

@@ -366,6 +366,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \
-since ./frameworks/base/api/8.xml 8 \
-since ./frameworks/base/api/current.xml HC \
-error 101 -error 102 -warning 103 -error 104 -error 106 -error 108 -warning 113 \
-error 114 \
-overview $(LOCAL_PATH)/core/java/overview.html
framework_docs_LOCAL_ADDITIONAL_JAVA_DIR:=$(call intermediates-dir-for,JAVA_LIBRARIES,framework)