aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkPixmap_Reference.bmh
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2017-09-15 02:56:12 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-15 14:03:53 +0000
commite4aa37128f246b137b73d45488fdeb894b002736 (patch)
tree3b8dd1f4b963e104bad73f838b4a6257df3374a5 /docs/SkPixmap_Reference.bmh
parent053d7a43e5f9b799ce32cbaee22aaf97ac65c925 (diff)
missing description for FontMetricFlags
rearrange class descriptions to make them appear consistently inside the #Class declaration in the .bmh files. Look for the descriptions there and regenerate the .md files. Docs-Preview: https://skia.org/?cl=46523 TBR=caryclark@google.com Bug: skia: 6898 Change-Id: I00a176428725ef27667d3f23d76d6b7ff0cfced1 Reviewed-on: https://skia-review.googlesource.com/46523 Commit-Queue: Cary Clark <caryclark@google.com> Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs/SkPixmap_Reference.bmh')
-rw-r--r--docs/SkPixmap_Reference.bmh3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/SkPixmap_Reference.bmh b/docs/SkPixmap_Reference.bmh
index 83f350252c..409090b2bd 100644
--- a/docs/SkPixmap_Reference.bmh
+++ b/docs/SkPixmap_Reference.bmh
@@ -1,5 +1,6 @@
#Topic Pixmap
-
+#Alias Pixmap_Reference
+
#Class SkPixmap
Pixmap provides a utility to pair SkImageInfo with pixels and row bytes.