aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/status.json
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-07-12 16:24:53 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-12 23:47:49 +0000
commitab5c9af442382fd05215a09f1814686710108880 (patch)
tree4ae24dee1da7e80095da3c300db5f36b36150932 /docs/status.json
parentf839361feabc22a97108140e2f665cd4c947141a (diff)
fix include generation
Over zealous requirement to have periods at end of every sentence relaxed. Removed ancient comments from SkRRect.h. Add support for understanding " = default". TBR=caryclark@google.com Docs-Preview: https://skia.org/?cl=141120 Bug: skia:6818 Change-Id: I184533539803238ed386863f9029cb68a27e1d6a Reviewed-on: https://skia-review.googlesource.com/141120 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.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/status.json b/docs/status.json
index 2cdd6a5b05..6814f9cf88 100644
--- a/docs/status.json
+++ b/docs/status.json
@@ -3,6 +3,7 @@
"include": {
"core": [
"SkBitmap.h",
+ "SkBlendMode.h",
"SkCanvas.h",
"SkColor.h",
"SkImage.h",
@@ -10,14 +11,17 @@
"SkMatrix.h",
"SkPaint.h",
"SkPath.h",
+ "SkPicture.h",
"SkPixmap.h",
"SkPoint.h",
+ "SkRRect.h",
"SkRect.h",
"SkSurface.h"
]
},
"docs": [
"SkAutoCanvasRestore_Reference.bmh",
+ "SkBlendMode_Reference.bmh",
"SkCanvas_Reference.bmh",
"SkColor_Reference.bmh",
"SkColor4f_Reference.bmh",
@@ -27,6 +31,8 @@
"SkImage_Reference.bmh",
"SkImageInfo_Reference.bmh",
"SkPath_Reference.bmh",
+ "SkPicture_Reference.bmh",
+ "SkRRect_Reference.bmh",
"SkRect_Reference.bmh",
"SkBitmap_Reference.bmh",
"SkIPoint_Reference.bmh",
@@ -40,15 +46,9 @@
"InProgress": {
"include": {
"core": [
- "SkBlendMode.h",
- "SkPicture.h",
- "SkRRect.h"
]
},
"docs": [
- "SkBlendMode_Reference.bmh",
- "SkPicture_Reference.bmh",
- "SkRRect_Reference.bmh",
"overview.bmh",
"usingBookmaker.bmh"
]