summaryrefslogtreecommitdiff
path: root/test-base
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2018-06-04 15:35:31 -0700
committerAurimas Liutikas <aurimas@google.com>2018-06-05 14:44:30 -0700
commitdc309f26f8a092e5b4be429b4980f4b1e7474e2d (patch)
tree07f375231842a77a57ba07a7a1516448549d8a06 /test-base
parent22e64ec6116c16b550c51ecafaea31510db97b55 (diff)
Fix broken links in @see tags in framework docs.
doclava was accidentally suppressing all these broken links in @see tags. This CL fixes issues so we can start enfocing checks for broken @see links. Test: make docs Bug: 80589960 Change-Id: I9c56841d9af111cb72e9a309bbe1bdcd31c80553
Diffstat (limited to 'test-base')
-rw-r--r--test-base/src/android/test/suitebuilder/annotation/Smoke.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-base/src/android/test/suitebuilder/annotation/Smoke.java b/test-base/src/android/test/suitebuilder/annotation/Smoke.java
index aac293796be1..34563717894f 100644
--- a/test-base/src/android/test/suitebuilder/annotation/Smoke.java
+++ b/test-base/src/android/test/suitebuilder/annotation/Smoke.java
@@ -26,8 +26,6 @@ import java.lang.annotation.Target;
* The <code>android.test.suitebuilder.SmokeTestSuiteBuilder</code>
* will run all tests with this annotation.
*
- * @see android.test.suitebuilder.SmokeTestSuiteBuilder
- *
* @deprecated New tests should be written using the
* <a href="{@docRoot}tools/testing-support-library/index.html">Android Testing Support Library</a>.
*/