From 53498e973e52889869d0e6c4f9b186ed65d6d892 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Thu, 28 Jun 2018 19:13:56 -0400 Subject: fix blank catalog images Some catalog images are blank because the image wasn't selected in the fiddle example. Also continue to add documentation and examples for SkRRect R=caryclark@google.com NOTRY=true Docs-Preview: https://skia.org/?cl=138382 Bug: skia:6898 Change-Id: I282a14ffcbaf2f8383294724900960f5ba40a2aa Reviewed-on: https://skia-review.googlesource.com/138382 Reviewed-by: Cary Clark Commit-Queue: Cary Clark Auto-Submit: 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 e0e8da2540..f82654a511 100644 --- a/docs/SkPath_Reference.bmh +++ b/docs/SkPath_Reference.bmh @@ -5044,7 +5044,7 @@ for (int y = 2; y < 256; y += 9) { #Method void dump(SkWStream* stream, bool forceClose, bool dumpAsHex) const #In Utility -#Line # sends text representation using floats to standard output ## +#Line # sends text representation to stream ## Writes text representation of Path to stream. If stream is nullptr, writes to standard output. Set forceClose to true to get edges used to fill Path. Set dumpAsHex true to generate exact binary representations @@ -5086,7 +5086,7 @@ path.close(); ## ## -#SeeAlso SkRect::dump() SkRRect::dump() SkPathMeasure::dump() +#SeeAlso dumpHex SkRect::dump() SkRRect::dump() SkPathMeasure::dump() ## -- cgit v1.2.3