]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.h
* merged with debian-sid
[apt.git] / apt-pkg / acquire-method.h
index f46209d12823aabccbdef8bf7278402a52e207bf..4f08a43ae85d460e4ea7c58b81bed379ce9f1e03 100644 (file)
    
    ##################################################################### */
                                                                        /*}}}*/
+
+/** \addtogroup acquire
+ *  @{
+ *
+ *  \file acquire-method.h
+ */
+
 #ifndef PKGLIB_ACQUIRE_METHOD_H
 #define PKGLIB_ACQUIRE_METHOD_H
 
@@ -86,4 +93,6 @@ class pkgAcqMethod
    virtual ~pkgAcqMethod() {};
 };
 
+/** @} */
+
 #endif