Remove reference to internal type in docs
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
569bcd9d26
commit
ad918bcb75
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* Packages from databases are automatically freed when the database is unregistered. Packages loaded
|
||||||
* from a file must be freed manually.
|
* 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.
|
* to be added or removed from the system.
|
||||||
* @ingroup libalpm_packages
|
* @ingroup libalpm_packages
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue