aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/SkCanvas_Reference.bmh (renamed from docs/SkCanvas.bmh)1
-rw-r--r--docs/SkPaint_Reference.bmh (renamed from docs/SkPaint.bmh)1
-rw-r--r--docs/SkPath_Reference.bmh (renamed from docs/SkPath.bmh)1
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/SkCanvas.bmh b/docs/SkCanvas_Reference.bmh
index aefbae4d33..6644d5b680 100644
--- a/docs/SkCanvas.bmh
+++ b/docs/SkCanvas_Reference.bmh
@@ -1,4 +1,5 @@
#Topic Canvas
+#Alias Canvas_Reference
Canvas provides an interface for drawing, and how the drawing is clipped and transformed.
Canvas contains a stack of Matrix and Clip values.
diff --git a/docs/SkPaint.bmh b/docs/SkPaint_Reference.bmh
index 4adb6dadcf..0e4fcf53b1 100644
--- a/docs/SkPaint.bmh
+++ b/docs/SkPaint_Reference.bmh
@@ -1,4 +1,5 @@
#Topic Paint
+#Alias Paint_Reference
Paint controls options applied when drawing and measuring. Paint collects all
options outside of the Canvas_Clip and Canvas_Matrix.
diff --git a/docs/SkPath.bmh b/docs/SkPath_Reference.bmh
index 8c414518e9..95067c71b5 100644
--- a/docs/SkPath.bmh
+++ b/docs/SkPath_Reference.bmh
@@ -1,4 +1,5 @@
#Topic Path
+#Alias Path_Reference
#Alias Paths
Path contains Lines and Curves which can be stroked or filled. Contour is