fix doc
authorMichael Andres <ma@suse.de>
Fri, 23 Oct 2009 11:06:51 +0000 (13:06 +0200)
committerMichael Andres <ma@suse.de>
Fri, 23 Oct 2009 11:06:51 +0000 (13:06 +0200)
zypp/media/MediaAccess.h

index 2befca3..4245c71 100644 (file)
@@ -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(); }