aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/status.json
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-01-26 12:56:22 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-26 18:22:10 +0000
commit2dc84ad3ef88320f612a9459d53f67b63082aebc (patch)
tree7a68c05581c94b658f7e8ac8bb3e66136b5b55fb /docs/status.json
parent33bf56d6b48180ca48c85de0f4f0747b61c1d315 (diff)
working on global enum and image info
Added global enum support. That exposed one big hole in bookmaker: The topic overview should not be in the class or struct if the topic includes multiple objects, which is the case for SkImageInfo and enums like SkColorType. This straightens that out, and then used that knowledge to strengthen the topics in SkRect as a test. Now SkRect has more groups of methods, and can expose and link to sets of methods with the same name. This work also is getting ready for tightening SeeAlso data, to be checked as part of the bots' tasks soon. Also, remove links from markup for lowercase method names unless the reference has trailing parentheses. TBR=caryclark@google.com Docs-Preview: https://skia.org/?cl=98782 Bug: skia:6898 Change-Id: I35419c9789da17e272047bf7b9c95b1cf44bb7fe Reviewed-on: https://skia-review.googlesource.com/98782 Commit-Queue: Cary Clark <caryclark@google.com> Reviewed-by: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@google.com>
Diffstat (limited to 'docs/status.json')
-rw-r--r--docs/status.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/status.json b/docs/status.json
index 3aeea76992..09a0b80955 100644
--- a/docs/status.json
+++ b/docs/status.json
@@ -33,11 +33,13 @@
"InProgress": {
"include": {
"core": [
- "SkImage.h"
+ "SkImage.h",
+ "SkImageInfo.h"
]
},
"docs": [
"SkImage_Reference.bmh",
+ "SkImageInfo_Reference.bmh",
"overview.bmh",
"usingBookmaker.bmh"
]