doc: move alpm_api group to top of file

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
morganamilo 2020-12-07 22:19:49 +00:00 committed by Allan McRae
parent 4613527738
commit 2a16434bfd

View file

@ -49,6 +49,11 @@ extern "C" {
#include <alpm_list.h> #include <alpm_list.h>
/** @addtogroup alpm_api ALPM
* @brief The libalpm Public API
* @{
*/
/* /*
* Opaque Structures * Opaque Structures
*/ */
@ -93,11 +98,6 @@ typedef struct __alpm_pkg_t alpm_pkg_t;
/** Transaction structure used internally by libalpm */ /** Transaction structure used internally by libalpm */
typedef struct __alpm_trans_t alpm_trans_t; typedef struct __alpm_trans_t alpm_trans_t;
/** @addtogroup alpm_api ALPM
* @brief The libalpm Public API
* @{
*/
/** @addtogroup alpm_files Files /** @addtogroup alpm_files Files
* @brief Functions for package files * @brief Functions for package files
* @{ * @{