aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/status.json
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-04-03 08:43:27 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-03 16:09:56 +0000
commit186d08f621efcaf9960ffe4a1dd9e6703de8a698 (patch)
tree7087f2b1a18ef61e26103389a3aab051c9d923f3 /docs/status.json
parentba31640427659ea2c096be1a26976e34348619cf (diff)
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>
Diffstat (limited to 'docs/status.json')
-rw-r--r--docs/status.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/status.json b/docs/status.json
index eaa80b4189..8ac5f03298 100644
--- a/docs/status.json
+++ b/docs/status.json
@@ -5,6 +5,7 @@
"SkBitmap.h",
"SkCanvas.h",
"SkImage.h",
+ "SkImageInfo.h",
"SkMatrix.h",
"SkPaint.h",
"SkPath.h",
@@ -22,6 +23,7 @@
"SkPoint_Reference.bmh",
"SkIRect_Reference.bmh",
"SkImage_Reference.bmh",
+ "SkImageInfo_Reference.bmh",
"SkPath_Reference.bmh",
"SkRect_Reference.bmh",
"SkBitmap_Reference.bmh",
@@ -36,11 +38,9 @@
"InProgress": {
"include": {
"core": [
- "SkImageInfo.h"
]
},
"docs": [
- "SkImageInfo_Reference.bmh",
"overview.bmh",
"usingBookmaker.bmh"
]