diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index a0de9b13..b2772f19 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -50,8 +50,14 @@ extern "C" { #include -/** @addtogroup alpm alpm - * @brief The libalpm Public API +/** @addtogroup alpm The libalpm Public API + * + * @section see_also See Also + * \b alpm_list(3), + * \b alpm-hooks(5), + * \b makepkg(8), + * \b pacman(8), + * \b pacman.conf(5) * @{ */ diff --git a/lib/libalpm/alpm_list.h b/lib/libalpm/alpm_list.h index 1eac3043..01fa092c 100644 --- a/lib/libalpm/alpm_list.h +++ b/lib/libalpm/alpm_list.h @@ -24,6 +24,16 @@ * @author Pacman Development Team * @date 7 Dec 2020 * @brief A doubly linked list for use with libalpm + * + * @section see_also See Also + * \b alpm(3), + * \b alpm-hooks(5), + * \b makepkg(8), + * \b pacman(8), + * \b pacman.conf(5) + * @{ + */ + */ #ifndef ALPM_LIST_H