From e67c306f9199fe1fc5e2c82dcaf3ede851a1689c Mon Sep 17 00:00:00 2001 From: morganamilo Date: Mon, 7 Dec 2020 22:19:54 +0000 Subject: doc: add extra documentation to the man page Signed-off-by: Allan McRae --- lib/libalpm/alpm.h | 10 ++++++++-- lib/libalpm/alpm_list.h | 8 ++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 3a7f85ba..72c4fb24 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -49,8 +49,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 743c9d9b..cbdc7206 100644 --- a/lib/libalpm/alpm_list.h +++ b/lib/libalpm/alpm_list.h @@ -23,6 +23,14 @@ * @file alpm_list.h * @author Pacman Development Team * @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 -- cgit v1.2.3-54-g00ecf