aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2018-03-19 09:04:10 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-19 13:30:16 +0000
commit89b1456b552dda6207d5ca432047965f7041cc48 (patch)
treed75122f8b46494c43965f57a28f12543c005d683 /docs
parenta7d661a6813924d73319a1d7f0cf0a5cb5343c50 (diff)
detect deprecated methods
If a method in an include is marked deprecated, make sure that the documentation is marked deprecated. It's OK for the documentation to mark something deprecated that is not marked as such in the includes since the documentation may be ahead of the includes. Fix a couple of mistakes found around deprecated methods. Docs-Preview: https://skia.org/?cl=114184 TBR=caryclark@google.com Bug: skia:6898 Change-Id: I2bb4c293d7bf28e5d12f9ae01b7be49ce48b9ee4 Reviewed-on: https://skia-review.googlesource.com/114184 Commit-Queue: Cary Clark <caryclark@skia.org> Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/SkBitmap_Reference.bmh14
1 files changed, 1 insertions, 13 deletions
diff --git a/docs/SkBitmap_Reference.bmh b/docs/SkBitmap_Reference.bmh
index 0ffd16017a..598b9e904f 100644
--- a/docs/SkBitmap_Reference.bmh
+++ b/docs/SkBitmap_Reference.bmh
@@ -2416,19 +2416,7 @@ then r, g, and b are ignored.
# ------------------------------------------------------------------------------
#Method void eraseRGB(U8CPU r, U8CPU g, U8CPU b) const
-#In Draw
-#Line # deprecated ##
-Deprecated. Use eraseARGB or eraseColor.
-
-#Param r amount of red ##
-#Param g amount of green ##
-#Param b amount of blue ##
-
-#NoExample
-##
-
-#SeeAlso eraseColor eraseARGB erase
-
+#Deprecated
##
# ------------------------------------------------------------------------------