typo
authorMichael Andres <ma@suse.de>
Tue, 30 Mar 2010 13:28:28 +0000 (15:28 +0200)
committerMichael Andres <ma@suse.de>
Tue, 30 Mar 2010 13:31:04 +0000 (15:31 +0200)
zypp/Repository.h

index 229bc49..e9b63a6 100644 (file)
@@ -269,10 +269,10 @@ namespace zypp
          * the higher the priority. Subpriority is currently used to express
          * media preferences (\see \ref MediaPriority).
          */
-        //{@
+        //@{
         int satInternalPriority() const;
         int satInternalSubPriority() const;
-        //*}
+        //@}
     private:
 #ifndef SWIG // Swig treats it as syntax error
         friend base::SafeBool<Repository>::operator bool_type() const;