From: Michael Andres Date: Fri, 23 Oct 2009 11:06:51 +0000 (+0200) Subject: fix doc X-Git-Tag: 6.20.0~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=236dff7bd83d6d19f0786fc3976db4a842cac62f;p=platform%2Fupstream%2Flibzypp.git fix doc --- diff --git a/zypp/media/MediaAccess.h b/zypp/media/MediaAccess.h index 2befca3..4245c71 100644 --- a/zypp/media/MediaAccess.h +++ b/zypp/media/MediaAccess.h @@ -105,7 +105,7 @@ namespace zypp { */ bool downloads() const; - /** \deprecated Use \ref Url::downloads */ + /** \deprecated Use \ref Url::schemeIsDownloading */ static ZYPP_DEPRECATED bool downloads(const Url &url) { return url.schemeIsDownloading(); }