From 9ed4ad4137ab260391b1b0bb934ce5f6b7687c1f Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Tue, 31 Jul 2007 15:10:16 +0000 Subject: [PATCH] small doc addition --- zypp/RepoManager.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/zypp/RepoManager.h b/zypp/RepoManager.h index d9199f426..1801efe39 100644 --- a/zypp/RepoManager.h +++ b/zypp/RepoManager.h @@ -264,10 +264,13 @@ namespace zypp /** * \short Find a matching repository info * - * \note if multple repositories incorrectly share the + * \note if multiple repositories incorrectly share the * same alias, the first one found will be returned. * - * \throws RepoNotFoundException If no repo match + * \param alias Repository alias + * \param progressrcv Progress reporting function + * \return RepoInfo of the found repository + * \throws RepoNotFoundException If no repo match the alias * \throws ParseException If the file parsing fails * \throws Exception On other errors. */ @@ -280,8 +283,9 @@ namespace zypp * \param url URL to find. * \param urlview url::ViewOption to influence URL matching. * \param progressrcv Progress receiver function. + * \return RepoInfo of the found repository. * - * \note if multple repositories incorrectly share the + * \note if multpile repositories incorrectly share the * same URL, the first one found will be returned. * * \note the string representation of the URLs are compared. -- 2.34.1