Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm_list.h
diff options
context:
space:
mode:
authormorganamilo <morganamilo@archlinux.org>2020-12-07 22:19:54 +0000
committerAllan McRae <allan@archlinux.org>2020-12-21 12:01:58 +1000
commite67c306f9199fe1fc5e2c82dcaf3ede851a1689c (patch)
tree3e389b9c479f9ed7897da2a067b016959b44ff17 /lib/libalpm/alpm_list.h
parentea975c328da8ebae2e13b8ce5c75c319fa3c4ef9 (diff)
doc: add extra documentation to the man page
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/alpm_list.h')
-rw-r--r--lib/libalpm/alpm_list.h8
1 files changed, 8 insertions, 0 deletions
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