From 2dc84ad3ef88320f612a9459d53f67b63082aebc Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Fri, 26 Jan 2018 12:56:22 -0500 Subject: 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 Reviewed-by: Cary Clark Reviewed-by: Cary Clark --- docs/status.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/status.json') 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" ] -- cgit v1.2.3