Fix @links in reference docs.

Change-Id: I40cea46efd80c448640ff69753698fe8404da40b
This commit is contained in:
Elliot Waite
2017-01-11 15:30:35 -08:00
parent fb99d1450d
commit 54de77470d
38 changed files with 98 additions and 92 deletions

View File

@ -112,7 +112,7 @@ public final class Outline {
* Currently, only Outlines that can be represented as a rectangle, circle,
* or round rect support clipping.
*
* @see {@link android.view.View#setClipToOutline(boolean)}
* @see android.view.View#setClipToOutline(boolean)
*/
public boolean canClip() {
return mMode != MODE_CONVEX_PATH;

View File

@ -1315,7 +1315,7 @@ public abstract class Drawable {
* provide an appropriate Resources object.
*
* @return a new drawable object based on this constant state
* @see {@link #newDrawable(Resources)}
* @see #newDrawable(Resources)
*/
public abstract @NonNull Drawable newDrawable();