From 5081eede67601e5c5c0fc343b787490603e058cc Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Mon, 22 Jan 2018 07:55:48 -0500 Subject: self check and corrections Add self-checking code that looks to see that overview is populated and alphabetized. Eventually, this will self-check to see if methods are collected into subtopics and have reciprocal 'see also' data. Standardize phrases so that they don't start with a capital or end with a period. Self-check is a work in progress, so it is not yet run by the bookmaker bots. The self-check should run cleanly, however. To run it: ./out/skia/bookmaker -b docs -k The expected output is doc stats. Self-check errors such as missing methods in the overview would be reported here if there are any. TBR=caryclark@google.com Docs-Preview: https://skia.org/?cl=93621 Bug: skia:6898 Change-Id: I8f1f817a7b083b13138ee33d1aa090445e9304c6 Reviewed-on: https://skia-review.googlesource.com/93621 Reviewed-by: Cary Clark Commit-Queue: Cary Clark --- docs/status.json | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/status.json') diff --git a/docs/status.json b/docs/status.json index 43be98cdf3..3aeea76992 100644 --- a/docs/status.json +++ b/docs/status.json @@ -14,6 +14,7 @@ ] }, "docs": [ + "SkAutoCanvasRestore_Reference.bmh", "SkCanvas_Reference.bmh", "SkIPoint16_Reference.bmh", "SkPaint_Reference.bmh", -- cgit v1.2.3