From edfe6703fae3becc53feed27c4fa09a95ea7e19d Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Tue, 20 Feb 2018 14:33:13 -0500 Subject: fix Rect doc move the #Line directive to make bookmaker happy Docs-Preview: https://skia.org/?cl=108740 Bug: skia:6898 Change-Id: I8b993bab6b4f69cc266941e281a00a945f32f25e Reviewed-on: https://skia-review.googlesource.com/108740 Commit-Queue: Cary Clark Reviewed-by: Cary Clark --- docs/SkRect_Reference.bmh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/SkRect_Reference.bmh') diff --git a/docs/SkRect_Reference.bmh b/docs/SkRect_Reference.bmh index 3b9f1199df..df781f890c 100644 --- a/docs/SkRect_Reference.bmh +++ b/docs/SkRect_Reference.bmh @@ -1497,6 +1497,7 @@ describes an area: fLeft is less than fRight, and fTop is less than fBottom. #Method bool contains(SkScalar x, SkScalar y) const #In Intersection +#Line # returns true if points are equal or inside ## Returns true if: fLeft <= x < fRight && fTop <= y < fBottom. Returns false if SkRect is empty. @@ -1530,7 +1531,6 @@ rect: (30, 50, 40, 60) does not contain (29, 59) #Method bool contains(const SkRect& r) const #In Intersection -#Line # returns true if points are equal or inside ## Returns true if Rect contains r. Returns false if Rect is empty or r is empty. -- cgit v1.2.3