doc: add extra documentation to the man page

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
morganamilo 2020-12-07 22:19:54 +00:00 committed by Allan McRae
parent ea975c328d
commit e67c306f91
2 changed files with 16 additions and 2 deletions

View file

@ -49,8 +49,14 @@ extern "C" {
#include <alpm_list.h> #include <alpm_list.h>
/** @addtogroup alpm alpm /** @addtogroup alpm The libalpm Public API
* @brief 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)
* @{ * @{
*/ */

View file

@ -23,6 +23,14 @@
* @file alpm_list.h * @file alpm_list.h
* @author Pacman Development Team * @author Pacman Development Team
* @brief A doubly linked list for use with libalpm * @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 #ifndef ALPM_LIST_H