Update VendorAttr doc
authorMichael Andres <ma@suse.de>
Tue, 6 Dec 2011 11:50:54 +0000 (12:50 +0100)
committerMichael Andres <ma@suse.de>
Tue, 6 Dec 2011 11:50:54 +0000 (12:50 +0100)
doc/autoinclude/EnvironmentVariables.doc
doc/autoinclude/SolverVendorChange.doc
zypp/VendorAttr.h

index c76c00d..a8856c3 100644 (file)
@@ -17,7 +17,7 @@ Note that for Boolean variables we usually test whether the variable exists and
 \li \c ZYPP_LOGFILE=<PATH> Location of the logfile to write or \c - for stderr.
 \li \c ZYPP_FULLLOG=1 Even more verbose logging (usually not needed).
 \li \c ZYPP_LIBSOLV_FULLLOG=1 Verbose logging when resolving dependencies.
-\li \c (ZYPP_LIBSAT_FULLLOG=1) deprecated since \c libzypp-10.x, prefer \c ZYPP_LIBSOLV_FULLLOG
+\li (\c ZYPP_LIBSAT_FULLLOG=1) deprecated since \c libzypp-10.x, prefer \c ZYPP_LIBSOLV_FULLLOG
 
 \li \c ZYPP_MEDIA_CURL_DEBUG=<0|1> Log http headers, if \c 1 also log server responses.
 
index 97751eb..a999fed 100644 (file)
@@ -75,4 +75,9 @@ vendors = <PUT YOUR LIST HERE>
 
 \note The built in rule unifying \c "suse"  and \c "opensuse" gets disabled as soon as you mention either of those string in a custom rule.
 
+
+\section zypp-solv-vendorchange-Impl Related classes
+
+\li \ref zypp::VendorAttr (vendor string equivalence and \c vendors.d parser)
+
 */
\ No newline at end of file
index 22ef3b5..0f2a291 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
 {