am 81fe092d: Merge "Make @deprecated without a comment an error DO NOT MERGE" into gingerbread

Merge commit '81fe092d11607912944a49c47df6c14e28a977b8' into gingerbread-plus-aosp

* commit '81fe092d11607912944a49c47df6c14e28a977b8':
  Make @deprecated without a comment an error DO NOT MERGE
This commit is contained in:
Joe Onorato
2010-09-10 12:49:15 -07:00
committed by Android Git Automerger

View File

@@ -360,7 +360,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \
-since ./frameworks/base/api/6.xml 6 \
-since ./frameworks/base/api/7.xml 7 \
-since ./frameworks/base/api/8.xml 8 \
-error 1 -error 2 -warning 3 -error 4 -error 6 -error 8 \
-error 1 -error 2 -warning 3 -error 4 -error 6 -error 8 -error 14 \
-overview $(LOCAL_PATH)/core/java/overview.html
framework_docs_LOCAL_ADDITIONAL_JAVA_DIR:=$(call intermediates-dir-for,JAVA_LIBRARIES,framework)