[pacman-dev] [PATCH 3/3] doc: move missed sections from alpm_ to libalpm_

Allan McRae allan at archlinux.org
Fri Jan 8 23:28:46 UTC 2021


Signed-off-by: Allan McRae <allan at archlinux.org>
---
 lib/libalpm/alpm.h | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 69603b15..6433a225 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -53,11 +53,15 @@ extern "C" {
  *
  * @section see_also See Also
  * \b libalpm_list(3),
+ * \b libalpm_cb(3),
  * \b libalpm_databases(3),
  * \b libalpm_depends(3),
  * \b libalpm_errors(3),
  * \b libalpm_files(3),
  * \b libalpm_groups(3),
+ * \b libalpm_handle(3),
+ * \b libalpm_log(3),
+ * \b libalpm_misc(3),
  * \b libalpm_options(3),
  * \b libalpm_packages(3),
  * \b libalpm_sig(3),
@@ -334,7 +338,7 @@ const char *alpm_strerror(alpm_errno_t err);
 /** @} */
 
 
-/** \addtogroup alpm_handle Handle
+/** \addtogroup libalpm_handle Handle
  * @brief Functions to initialize and release libalpm
  * @{
  */
@@ -707,7 +711,7 @@ void alpm_conflict_free(alpm_conflict_t *conflict);
 /** @} */
 
 
-/** \addtogroup alpm_cb Callbacks
+/** \addtogroup libalpm_cb Callbacks
  * @brief Functions and structures for libalpm's callbacks
  * @{
  */
@@ -1431,7 +1435,7 @@ int alpm_db_get_usage(alpm_db_t *db, int *usage);
 /** @} */
 
 
-/** \addtogroup alpm_log Logging Functions
+/** \addtogroup libalpm_log Logging Functions
  * @brief Functions to log using libalpm
  * @{
  */
@@ -2768,7 +2772,7 @@ int alpm_remove_pkg(alpm_handle_t *handle, alpm_pkg_t *pkg);
 /** @} */
 
 
-/** \addtogroup alpm_misc Miscellaneous Functions
+/** \addtogroup libalpm_misc Miscellaneous Functions
  * @brief Various libalpm functions
  * @{
  */
-- 
2.30.0


More information about the pacman-dev mailing list