From ed896004d678d32f59fd316825627682b460d86e Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Wed, 7 May 2014 10:26:44 -0700 Subject: Check doc comments when you run update-api. Bug: 14614668 Change-Id: I7ae8de19b51aeaeef70e2ba8bfa268ec70dfaf64 --- Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index c80a9ab..beee726 100644 --- a/Android.mk +++ b/Android.mk @@ -720,8 +720,9 @@ include $(BUILD_DROIDDOC) $(full_target): $(framework_built) $(gen) # Run this for checkbuild -.PHONY: checkbuild checkbuild: doc-comment-check-docs +# Check comment when you are updating the API +update-api: doc-comment-check-docs # ==== static html in the sdk ================================== include $(CLEAR_VARS) -- cgit v1.1