From 186d08f621efcaf9960ffe4a1dd9e6703de8a698 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Tue, 3 Apr 2018 08:43:27 -0400 Subject: fix bugs exposed by documenting SkImageInfo - More rigorous symbol identification creates additional links, and finds spurious errors like unnecessary parentheses. - Fixed code to allow preprocessor directives in #Code blocks (still more to do). - Fixed examples waiting on fiddle updates. - Make SkImageInfo officially documented (update in status.json). - Fixed enum indentation. Docs-Preview: https://skia.org/?cl=115656 Bug: skia:6898 Change-Id: Ifcf5cfd3f6c03b3b83155c898b2b035a2f3d443c Reviewed-on: https://skia-review.googlesource.com/115656 Commit-Queue: Cary Clark Reviewed-by: Cary Clark --- docs/SkAutoCanvasRestore_Reference.bmh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/SkAutoCanvasRestore_Reference.bmh') diff --git a/docs/SkAutoCanvasRestore_Reference.bmh b/docs/SkAutoCanvasRestore_Reference.bmh index e4d559da41..fc0f988c2c 100644 --- a/docs/SkAutoCanvasRestore_Reference.bmh +++ b/docs/SkAutoCanvasRestore_Reference.bmh @@ -8,7 +8,7 @@ #Class SkAutoCanvasRestore -Stack helper class calls SkCanvas::restoreToCount() when SkAutoCanvasRestore +Stack helper class calls SkCanvas::restoreToCount when SkAutoCanvasRestore goes out of scope. Use this to guarantee that the canvas is restored to a known state. -- cgit v1.2.3