summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2016-01-20 02:46:15 -0800
committerYigit Boyar <yboyar@google.com>2016-01-20 02:46:15 -0800
commitb5ddf4aaeaa4f502ba4a72025a60dd5218653419 (patch)
tree50f7f321dc78d3f61dd089c738eeaaceef230827
parent34ac07af936daaceb02493675c7de037cdbfc71e (diff)
downloaddata-binding-b5ddf4aaeaa4f502ba4a72025a60dd5218653419.tar.gz
Temporary NO_DOCS file to fix the build
This CL adds a NO_DOCS file to data binding folder to fix the build breakage caused by merging studio-master-dev frameworks/data-binding to master. It should be removed once docs are fixed. Bug: 26581427 Change-Id: Idfca81314bada56c972bd953bf7e73c33051987f
-rw-r--r--NO_DOCS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NO_DOCS b/NO_DOCS
new file mode 100644
index 00000000..0c81e4a6
--- /dev/null
+++ b/NO_DOCS
@@ -0,0 +1,17 @@
+# Copyright (C) 2015 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+Having this file, named NO_DOCS, in a directory will prevent
+Android javadocs from being generated for java files under
+the directory. This is especially useful for test projects.