aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2022-03-06 15:26:37 +1000
committerAllan McRae <allan@archlinux.org>2022-03-06 15:32:27 +1000
commitad918bcb7542951bf874b3b0831e00a555ea6d55 (patch)
tree57bd364cec75ee7322fe5640789e62df4ece4280
parent569bcd9d2663b0549f0f18fc3c99690e33b877b0 (diff)
Remove reference to internal type in docs
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--lib/libalpm/alpm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 5eaf0500..2a9200b5 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -107,7 +107,7 @@ typedef struct _alpm_db_t alpm_db_t;
* Packages from databases are automatically freed when the database is unregistered. Packages loaded
* from a file must be freed manually.
*
- * Packages can then be queried for metadata or added to a \link alpm_trans_t transaction \endlink
+ * Packages can then be queried for metadata or added to a transaction
* to be added or removed from the system.
* @ingroup libalpm_packages
*/