aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-03-12 08:09:48 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-12 12:28:58 +0000
commit947326638a25d321981cc6f7ec0bf992273b884b (patch)
tree60710991793759a962957685aa5e92683efd2498 /docs
parentef9b793386752198ee30bae6b1869298c77366d6 (diff)
add SkDebugCanvas to undocumented
SkDumpCanvas was replaced by SkDebugCanvas as an undefined reference, but SkDumpCanvas was not added to undocumented.bmh and caused bookmaker to generate a broken version of site/user/api/SkCanva_Reference.md The Skia-Commit-Bot detected that the SkCanvas_Reference.md was changed, and checked it in, causing the online version of SkCanvas like https://skia.org/user/api/SkCanvas_Reference#SkCanvas_readPixels to be truncated. I assume there is a mistake in bookmaker where it wrote an error to stdout but failed to abort the tool when the *.md file was partially written. I'll look into that. This CL adds SkDebugCanvas to undocumented.bmh to fix the documentation. TBR=brianosman@google.com,rmistry@google.com Docs-Preview: https://skia.org/?cl=113700 Bug: skia:6898 Change-Id: Ib4e32eea3e56c178d0016f8ae392e28aab5ffafa Reviewed-on: https://skia-review.googlesource.com/113700 Commit-Queue: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/undocumented.bmh5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/undocumented.bmh b/docs/undocumented.bmh
index bd6a446e0a..4bc37130ca 100644
--- a/docs/undocumented.bmh
+++ b/docs/undocumented.bmh
@@ -199,6 +199,11 @@ FT_Load_Glyph
##
##
+#Topic Debug_Canvas
+#Class SkDebugCanvas
+##
+##
+
#Topic Debugging
#Method SK_API void SkDebugf(const char format[], ...)
##