skia2/docs/status.json
Cary Clark 5081eede67 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 <caryclark@skia.org>
Commit-Queue: Cary Clark <caryclark@skia.org>
2018-01-22 14:04:18 +00:00

46 lines
1.2 KiB
JSON

{
"Completed": {
"include": {
"core": [
"SkBitmap.h",
"SkCanvas.h",
"SkMatrix.h",
"SkPaint.h",
"SkPath.h",
"SkPixmap.h",
"SkPoint.h",
"SkRect.h",
"SkSurface.h"
]
},
"docs": [
"SkAutoCanvasRestore_Reference.bmh",
"SkCanvas_Reference.bmh",
"SkIPoint16_Reference.bmh",
"SkPaint_Reference.bmh",
"SkPoint_Reference.bmh",
"SkIRect_Reference.bmh",
"SkPath_Reference.bmh",
"SkRect_Reference.bmh",
"SkBitmap_Reference.bmh",
"SkIPoint_Reference.bmh",
"SkMatrix_Reference.bmh",
"SkPixmap_Reference.bmh",
"SkSurface_Reference.bmh",
"undocumented.bmh"
]
},
"InProgress": {
"include": {
"core": [
"SkImage.h"
]
},
"docs": [
"SkImage_Reference.bmh",
"overview.bmh",
"usingBookmaker.bmh"
]
}
}