skia2/docs/status.json
Cary Clark 186d08f621 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 <caryclark@skia.org>
Reviewed-by: Cary Clark <caryclark@skia.org>
2018-04-03 16:09:56 +00:00

49 lines
1.2 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",
"SkIPoint16_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": [
]
},
"docs": [
"overview.bmh",
"usingBookmaker.bmh"
]
}
}