From 236dff7bd83d6d19f0786fc3976db4a842cac62f Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Fri, 23 Oct 2009 13:06:51 +0200 Subject: [PATCH] fix doc --- zypp/media/MediaAccess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.7.4