From 8fda300e069315ea8ddb8fbc822addf4431da436 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Tue, 29 Dec 2020 11:54:56 +1000 Subject: doc: change group names to libalpm_* Also change the group's title to point to the group's man page. This makes generated man pages be named libalpm_* which is more consistent with what library man pages are usually called. Signed-off-by: Allan McRae --- lib/libalpm/alpm_list.h | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'lib/libalpm/alpm_list.h') diff --git a/lib/libalpm/alpm_list.h b/lib/libalpm/alpm_list.h index cbdc7206..5e75aa6e 100644 --- a/lib/libalpm/alpm_list.h +++ b/lib/libalpm/alpm_list.h @@ -19,20 +19,6 @@ */ -/** - * @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 #define ALPM_LIST_H @@ -47,7 +33,8 @@ extern "C" { #endif /** - * @addtogroup alpm_list List Functions + * @ingroup libalpm + * @addtogroup libalpm-list libalpm-list(3) * @brief Functions to manipulate alpm_list_t lists. * * These functions are designed to create, destroy, and modify lists of -- cgit v1.2.3-54-g00ecf