From ab5c9af442382fd05215a09f1814686710108880 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Thu, 12 Jul 2018 16:24:53 -0400 Subject: fix include generation Over zealous requirement to have periods at end of every sentence relaxed. Removed ancient comments from SkRRect.h. Add support for understanding " = default". TBR=caryclark@google.com Docs-Preview: https://skia.org/?cl=141120 Bug: skia:6818 Change-Id: I184533539803238ed386863f9029cb68a27e1d6a Reviewed-on: https://skia-review.googlesource.com/141120 Commit-Queue: Cary Clark Reviewed-by: Cary Clark --- docs/SkSurface_Reference.bmh | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/SkSurface_Reference.bmh') diff --git a/docs/SkSurface_Reference.bmh b/docs/SkSurface_Reference.bmh index a84a6dd1c2..1fc212264f 100644 --- a/docs/SkSurface_Reference.bmh +++ b/docs/SkSurface_Reference.bmh @@ -1250,7 +1250,6 @@ Does not copy, and returns false if: # Pixmap pixels could not be allocated. ## # dst.rowBytes() is too small to contain one row of pixels. ## ## -. #Param dst storage for pixels copied from Surface ## #Param srcX offset into readable pixels on x-axis; may be negative ## @@ -1310,7 +1309,6 @@ Does not copy, and returns false if: # Surface pixels could not be converted to dstInfo.colorType() or dstInfo.alphaType(). ## # dstRowBytes is too small to contain one row of pixels. ## ## -. #Param dstInfo width, height, Color_Type, and Alpha_Type of dstPixels ## #Param dstPixels storage for pixels; dstInfo.height() times dstRowBytes, or larger ## @@ -1377,7 +1375,6 @@ Does not copy, and returns false if: # dst pixels could not be allocated. ## # dst.rowBytes() is too small to contain one row of pixels. ## ## -. #Param dst storage for pixels copied from Surface ## #Param srcX offset into readable pixels on x-axis; may be negative ## -- cgit v1.2.3