diff options
author | Dan McGee <dan@archlinux.org> | 2011-09-22 23:29:03 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-09-22 23:37:36 +0200 |
commit | 2517ba3303489ed35512cdaf2493ec81efd145e7 (patch) | |
tree | 76759bb258b6c61830cc18ada879fe43bccf357e /lib/libalpm/sync.c | |
parent | c406949226fe5759473f13b5eb1fcf48c32d67ea (diff) | |
download | pacman-2517ba3303489ed35512cdaf2493ec81efd145e7.tar.gz pacman-2517ba3303489ed35512cdaf2493ec81efd145e7.tar.xz |
Update Doxyfile and fix some documentation errors caught by Doxygen
A few parameters were outdated or wrongly named, and a few things were
explicitly linked that Doxygen wasn't able to resolve.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/sync.c')
-rw-r--r-- | lib/libalpm/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index abd7cdb8..b6b84301 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -240,7 +240,7 @@ int SYMEXPORT alpm_sync_sysupgrade(alpm_handle_t *handle, int enable_downgrade) * If a member exists in several databases, only the first database is used. * IgnorePkg is also handled. * @param dbs the list of alpm_db_t * - * @pram name the name of the group + * @param name the name of the group * @return the list of alpm_pkg_t * (caller is responsible for alpm_list_free) */ alpm_list_t SYMEXPORT *alpm_find_group_pkgs(alpm_list_t *dbs, |