[2/2] Remove reference to internal type in docs

Message ID 20220306052653.770048-2-allan@archlinux.org
State Accepted, archived
Headers show
Series [1/2] Add missing parameter names to silence doxygen | expand

Commit Message

Allan McRae March 6, 2022, 5:26 a.m. UTC
Signed-off-by: Allan McRae <allan@archlinux.org>
---
 lib/libalpm/alpm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 5eaf0500..05eb248a 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 \endlink
  * to be added or removed from the system.
  * @ingroup libalpm_packages
  */