From 78c110e2f0faefeecc8c8c19f6dcb00e738bffc7 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Fri, 9 Feb 2018 16:49:09 -0500 Subject: resolve bookmaker refs fixes Getting ready to update include/core generated bookmaker files. Fixing errors when resolving references in bmh files. Docs-Preview: https://skia.org/?cl=106281 Bug: skia:6898 Change-Id: Ic1cbe5b7b9b9f09346e460802b8f21d2ec14329d Reviewed-on: https://skia-review.googlesource.com/106281 Commit-Queue: Cary Clark Reviewed-by: Cary Clark --- docs/SkPath_Reference.bmh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/SkPath_Reference.bmh') diff --git a/docs/SkPath_Reference.bmh b/docs/SkPath_Reference.bmh index 8659e055ea..a0166802cd 100644 --- a/docs/SkPath_Reference.bmh +++ b/docs/SkPath_Reference.bmh @@ -5781,7 +5781,7 @@ Verb_Array, Point_Array, and Conic_Weight are returned unaltered. #Method RawIter() Initializes RawIter with an empty Path. next() on RawIter returns kDone_Verb. - Call setPath to initialize Iter at a later time. + Call setPath to initialize SkPath::Iter at a later time. #Return RawIter of empty Path ## @@ -5804,7 +5804,7 @@ Verb_Array, Point_Array, and Conic_Weight are returned unaltered. #Method void setPath(const SkPath& path) - Sets Iter to return elements of Verb_Array, Point_Array, and Conic_Weight in path. + Sets SkPath::Iter to return elements of Verb_Array, Point_Array, and Conic_Weight in path. #Param path Path to iterate ## -- cgit v1.2.3