Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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>
*
......
docs/html/reference/images/rounded_corner/rounded-corner-info.png

4.06 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment