]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.h
* merged from Christian Perrier (thanks!)
[apt.git] / apt-pkg / acquire-method.h
index 1c0b9f67cf074c825732c20f8826beeee14dc94a..0fd846f54d16307efea2fafe600dd30321fc55df 100644 (file)
    
    ##################################################################### */
                                                                        /*}}}*/
+
+/** \addtogroup acquire
+ *  @{
+ *
+ *  \file acquire-method.h
+ */
+
 #ifndef PKGLIB_ACQUIRE_METHOD_H
 #define PKGLIB_ACQUIRE_METHOD_H
 
@@ -83,4 +90,6 @@ class pkgAcqMethod
    virtual ~pkgAcqMethod() {};
 };
 
+/** @} */
+
 #endif