doc: add extra documentation to the man page
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
ea975c328d
commit
e67c306f91
2 changed files with 16 additions and 2 deletions
|
@ -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)
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue