aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-02-15 17:31:24 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-16 15:35:36 +0000
commit2a8c48be4ff65d873d9d5ba65ecef989d82dd0be (patch)
tree184c3941e072103ec71ae30363098d0f9e953443 /docs
parent6848b716f7d51a2456535f9a1a5e1bed725fdd64 (diff)
improve bookmaker defines and references
generating replacement includes exposed errors mostly dealing with globals like SkAlphaType and members. Rewrite finding and resolving links to hopefully make this area more robust. TBR=caryclark@google.com Docs-Preview: https://skia.org/?cl=107160 Bug: skia:6898 Change-Id: I9b8025160203d204286f3f6ca0cebd70da6253b4 Reviewed-on: https://skia-review.googlesource.com/107160 Commit-Queue: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/SkImageInfo_Reference.bmh8
-rw-r--r--docs/SkSurface_Reference.bmh2
-rw-r--r--docs/undocumented.bmh6
3 files changed, 10 insertions, 6 deletions
diff --git a/docs/SkImageInfo_Reference.bmh b/docs/SkImageInfo_Reference.bmh
index 99bded3c15..946fc842fd 100644
--- a/docs/SkImageInfo_Reference.bmh
+++ b/docs/SkImageInfo_Reference.bmh
@@ -59,10 +59,14 @@ generate this on output.
# ------------------------------------------------------------------------------
#Subtopic Color_Type
#Line # incomplete ##
-#Alias Native_Color_Type
-#Substitute native SkColorType
#Alias Color_Type
#Alias Color_Types
+
+#Subtopic Native
+#Alias Native_Color_Type
+#Substitute native SkColorType
+##
+
#Enum SkColorType
#Line # incomplete ##
diff --git a/docs/SkSurface_Reference.bmh b/docs/SkSurface_Reference.bmh
index 16785b4ef0..d692eb4c73 100644
--- a/docs/SkSurface_Reference.bmh
+++ b/docs/SkSurface_Reference.bmh
@@ -1702,7 +1702,7 @@ otherwise, a new semaphore is created and initializes GrBackendSemaphore.
The caller must delete the semaphores created and returned in signalSemaphores.
GrBackendSemaphore can be deleted as soon as this function returns.
-If the back-end API is OpenGL only uninitialized GrBackendSemaphores are supported.
+If the back-end API is OpenGL only uninitialized Backend_Semaphores are supported.
If the back-end API is Vulkan semaphores may be initialized or uninitialized.
If uninitialized, created semaphores are valid only with the VkDevice
diff --git a/docs/undocumented.bmh b/docs/undocumented.bmh
index b289fa1fe5..5f0d2fa6d6 100644
--- a/docs/undocumented.bmh
+++ b/docs/undocumented.bmh
@@ -59,8 +59,8 @@ FT_Load_Glyph
#Topic ##
#Topic Backend_Semaphore
+#Alias Backend_Semaphores
#Class GrBackendSemaphore
-#Alias GrBackendSemaphores
##
##
@@ -444,7 +444,7 @@ FT_Load_Glyph
#Topic Number_Types
#Typedef uint16_t SkGlyphID
#Typedef ##
- #Topic Scalar
+ #Subtopic Scalar
#Alias Scalar
#Typedef float SkScalar
#Typedef ##
@@ -690,7 +690,7 @@ FT_Load_Glyph
#Topic Surface_Properties
#Class SkSurfaceProps
- #Topic Legacy_Font_Host
+ #Subtopic Legacy_Font_Host
#Enum InitType
#Const kLegacyFontHost_InitType 0
##