Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / VendorAttr.h
index 22ef3b5..6e70740 100644 (file)
@@ -34,9 +34,11 @@ namespace zypp {
  * Packages with equivalment vendor strings may replace themself without
  * creating a solver error.
  *
- * Per default vendor strings starting with \c "suse' or \c 'opensuse"
+ * Per default vendor strings starting with \c "suse" or \c "opensuse"
  * are treated equivalent. This may be changed by providing customized
  * vendor description files in \c /etc/zypp/vendors.d.
+ *
+ * \see \ref pg_zypp-solv-vendorchange
 */
 class VendorAttr
 {
@@ -59,8 +61,8 @@ class VendorAttr
     /**
      * Adding new equivalent vendor set from list
      **/
-    template <class _Iterator>
-    void addVendorList( _Iterator begin, _Iterator end ) const
+    template <class TIterator>
+    void addVendorList( TIterator begin, TIterator end ) const
     { VendorList tmp( begin, end ); _addVendorList( tmp ); }
 
     /** Return whether two vendor strings shold be treated as the same vendor.