aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkPaint_Reference.bmh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SkPaint_Reference.bmh')
-rw-r--r--docs/SkPaint_Reference.bmh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/SkPaint_Reference.bmh b/docs/SkPaint_Reference.bmh
index 6ab52bdddc..5c03452103 100644
--- a/docs/SkPaint_Reference.bmh
+++ b/docs/SkPaint_Reference.bmh
@@ -326,7 +326,7 @@ After the call, paint is undefined, and can be safely destructed.
paint1 != paint2
##
##
-
+#SeeAlso operator!=(const SkPaint& a, const SkPaint& b)
##
# ------------------------------------------------------------------------------
@@ -356,7 +356,7 @@ After the call, paint is undefined, and can be safely destructed.
paint1 == paint2
##
##
-
+#SeeAlso operator==(const SkPaint& a, const SkPaint& b)
##
# ------------------------------------------------------------------------------