]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.h
* Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
[apt.git] / apt-pkg / acquire-method.h
index 20691cc2c3997d2c3419867eeb39ae5d69899aa8..89eb2e77f12411150a47d6ae29922fbe2e8105b6 100644 (file)
    
    ##################################################################### */
                                                                        /*}}}*/
+
+/** \addtogroup acquire
+ *  @{
+ *
+ *  \file acquire-method.h
+ */
+
 #ifndef PKGLIB_ACQUIRE_METHOD_H
 #define PKGLIB_ACQUIRE_METHOD_H
 
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/strutl.h>
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/acquire-method.h"
-#endif 
 
 class Hashes;
 class pkgAcqMethod
@@ -89,4 +93,6 @@ class pkgAcqMethod
    virtual ~pkgAcqMethod() {};
 };
 
+/** @} */
+
 #endif