Remove broken @see tags from libcore javadoc.
This makes it possible to treat broken @see tags as errors. Note that some are broken because it refers to something not present on Android, some because it refers to something non-public. This can be reverted later if documentation is generated from metalava and metalava is fixed to drop these programmatically, but that's not the case yet. Bug: 80570421 Test: make docs, with doclava patched to treat these broken tags as errors Change-Id: I3a2a0c68d54544cac8b4b27058343b96cd861f5e
Loading
Please sign in to comment