comment added
authorMichael Andres <ma@suse.de>
Thu, 9 Oct 2008 21:27:30 +0000 (21:27 +0000)
committerMichael Andres <ma@suse.de>
Thu, 9 Oct 2008 21:27:30 +0000 (21:27 +0000)
zypp/sat/LookupAttr.h
zypp/sat/SolvAttr.h

index e0f301f..6bf5f41 100644 (file)
@@ -70,8 +70,8 @@ namespace zypp
      */
     class LookupAttr
     {
-     public:
-       typedef unsigned size_type;
+      public:
+        typedef unsigned size_type;
 
       public:
         /** Default ctor finds nothing. */
@@ -225,7 +225,7 @@ namespace zypp
         /** The current \ref Repository. */
         Repository inRepo() const;
 
-        /** The current \ref Solvabele. */
+        /** The current \ref Solvable. */
         Solvable inSolvable() const;
 
         /** The current \ref SolvAttr. */
index 0c06157..b9c303e 100644 (file)
@@ -24,12 +24,16 @@ namespace zypp
 namespace sat
 { /////////////////////////////////////////////////////////////////
 
-
   ///////////////////////////////////////////////////////////////////
   //
   //   CLASS NAME : SolvAttr
   //
   /** Solvable attribute keys.
+   *
+   * Attributes associated with individual solvables,
+   * or with the repository as a whole.
+   *
+   * \see \ref LookupAttr
    */
   class SolvAttr : public IdStringType<SolvAttr>
   {
@@ -144,7 +148,6 @@ namespace sat
       static const SolvAttr repositoryUpdates;
       static const SolvAttr repositoryKeywords;
       static const SolvAttr repositoryProducts;
-
       //@}
 
       //@}