skia2/docs/status.json
Cary Clark 2d4bf5f288 document SkColor.h
SkColor.h uses #define liberally, and has many global symbols,
two things bookmaker hasn't seen in other includes.

Revised .h -> .bmh converter to work with SkColor.h as well
as updating how .bmh indices are built.

Generated SkColor_Reference.bmh for globals, and
SkColor4f_Reference.bmh for class.

Other than the existing comments, this doesn't update the
documentation or add new examples.

Docs-Preview: https://skia.org/?cl=118985
TBR=caryclark@google.com
Bug: skia:6898
Change-Id: I5978257ee0e51319823efbe8dfc467a08c99ffe0
Reviewed-on: https://skia-review.googlesource.com/118985
Commit-Queue: Cary Clark <caryclark@skia.org>
Reviewed-by: Cary Clark <caryclark@skia.org>
2018-04-16 16:26:20 +00:00

51 lines
1.3 KiB
JSON

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