Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormorganamilo <morganamilo@archlinux.org>2020-12-07 22:19:49 +0000
committerAllan McRae <allan@archlinux.org>2020-12-21 12:01:58 +1000
commit2a16434bfd20cc55e554018f5a34870dbca09673 (patch)
tree16bc477b1c045b9720fccc6283a743f703ede4b1 /lib
parent4613527738ce428f2bc8e2b9bc404a1f662d5d99 (diff)
doc: move alpm_api group to top of file
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/libalpm/alpm.h10
1 files changed, 5 insertions, 5 deletions
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
* @{