Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f295606 authored by shawnlin's avatar shawnlin
Browse files

Fixed rounded corner javadoc rendering issue.

Bug: 183190634
Test: 1. make doc-comment-check-docs
      2. unzip doc-comment-check-docs-docs.zip in
         $ANDROID_BUILD_TOP/out/target/common/docs
      3. open RoundedCorner.html in reference/android/view/
Change-Id: Iff8d10db2fd3aaa26035e75c6acb342e5dc07a10
parent 2a12cfad
Loading
Loading
Loading
Loading
+4 −10
Original line number Diff line number Diff line
@@ -29,16 +29,10 @@ import java.lang.annotation.RetentionPolicy;

/**
 * Represents a rounded corner of the display.
 *
 * <code>
 *       ________
 *     /        ^
 *    /         | Radius
 *    |         v
 *    |       X <- Center point
 *    |<----->
 *     Radius
 * </code>
 * <p>
 * <img src="{@docRoot}reference/android/images/rounded_corner/rounded-corner-info.png" height="120"
 * alt="A figure to describe what the rounded corner radius and the center point are. "/>
 * </p>
 *
 * <p>Note: The rounded corner formed by the radius and the center is an approximation.</p>
 *
+4.06 KiB
Loading image diff...