index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/alpm.h | 10 |
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 6296acf3..9a93e4b3 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -49,6 +49,11 @@ extern "C" { #include <alpm_list.h> +/** @addtogroup alpm_api ALPM + * @brief The libalpm Public API + * @{ + */ + /* * Opaque Structures */ @@ -93,11 +98,6 @@ typedef struct __alpm_pkg_t alpm_pkg_t; /** Transaction structure used internally by libalpm */ typedef struct __alpm_trans_t alpm_trans_t; -/** @addtogroup alpm_api ALPM - * @brief The libalpm Public API - * @{ - */ - /** @addtogroup alpm_files Files * @brief Functions for package files * @{ |