aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPoint.h
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-07-13 08:21:59 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-13 14:23:24 +0000
commit7651c1611e6c158545d0d96b77a61418aec3939c (patch)
tree0069b45909d6aae6fffc4607b62e00e1eea8bacd /include/core/SkPoint.h
parent390495eb8d0672cd0e2346b593a17aac0b297ae9 (diff)
refresh generated includes
the newest ones (SkBlendMode.h, SkPicture.h, SkRRect.h) need additional editing; enough has changed that it is time to refresh anyway. TBR=reed@google.com Docs-Preview: https://skia.org/?cl=141043 Bug: skia:6818 Change-Id: Ic123b02f57005a087f8655cafa1a2537529beca5 Reviewed-on: https://skia-review.googlesource.com/141043 Commit-Queue: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'include/core/SkPoint.h')
-rw-r--r--include/core/SkPoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkPoint.h b/include/core/SkPoint.h
index 75451da71c..76a3bf3d5f 100644
--- a/include/core/SkPoint.h
+++ b/include/core/SkPoint.h
@@ -6,7 +6,7 @@
*/
/* Generated by tools/bookmaker from include/core/SkPoint.h and docs/SkPoint_Reference.bmh
- on 2018-06-14 13:13:34. Additional documentation and examples can be found at:
+ on 2018-07-13 08:15:11. Additional documentation and examples can be found at:
https://skia.org/user/api/SkPoint_Reference
You may edit either file directly. Structural changes to public interfaces require
@@ -390,7 +390,7 @@ struct SK_API SkPoint {
return {fX * scale, fY * scale};
}
- /** Multiplies SkPoint by scale. Sets SkPoint to: (fX * scale, fY * scale)
+ /** Multiplies SkPoint by scale. Sets SkPoint to: (fX * scale, fY * scale).
@param scale scalar to multiply by
@return reference to SkPoint