From 137b87485508e3882968a10559c2cb389dcc93c5 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Wed, 30 May 2018 09:21:49 -0400 Subject: generate include comments - formalize how aliases and substitutions work together - add constexpr, #define, typedef support - check for correct description order - write short enum, struct members R=caryclark@google.com Docs-Preview: https://skia.org/?cl=129455 Bug: skia:6898 Change-Id: Id60fc2ed02f38a7ba4e5cad5ef493d8c674e6183 Reviewed-on: https://skia-review.googlesource.com/129455 Commit-Queue: Cary Clark Reviewed-by: Cary Clark Auto-Submit: Cary Clark --- docs/SkBitmap_Reference.bmh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/SkBitmap_Reference.bmh') diff --git a/docs/SkBitmap_Reference.bmh b/docs/SkBitmap_Reference.bmh index 967b9d1ca9..8f241e3f85 100644 --- a/docs/SkBitmap_Reference.bmh +++ b/docs/SkBitmap_Reference.bmh @@ -1,6 +1,6 @@ #Topic Bitmap -#Alias Bitmaps -#Alias Bitmap_Reference +#Alias Bitmaps ## +#Alias Bitmap_Reference ## #Class SkBitmap @@ -11,7 +11,7 @@ Bitmap points to Pixel_Ref, which describes the physical array of pixels. Image_Info bounds may be located anywhere fully inside Pixel_Ref bounds. Bitmap can be drawn using Canvas. Bitmap can be a drawing destination for Canvas -draw member functionss. Bitmap flexibility as a pixel container limits some +draw member functions. Bitmap flexibility as a pixel container limits some optimizations available to the target platform. If pixel array is primarily read-only, use Image for better performance. -- cgit v1.2.3