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
This commit is contained in:
@@ -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>.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user