update dox

git-svn-id: http://skia.googlecode.com/svn/trunk@6591 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2012-11-28 21:28:57 +00:00
parent d59a3fed3f
commit 5e5885a63d

View File

@ -128,7 +128,7 @@ private:
/**
* Specialized version of SkAutoTUnref<SkData> for automatically unref-ing a
* SkData. If the SkData is null, data(), bytes() and size() will return 0.
* SkData.
*/
class SkAutoDataUnref : SkNoncopyable {
public: