From 422fa0dbeab879d3510c879554c33e359e0ab7ab Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 3 Dec 2007 18:47:40 +0200 Subject: Document rpmtsScoreGetEntry() parameter to please doxygen --- lib/rpmtsscore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rpmtsscore.h b/lib/rpmtsscore.h index e33503a62..871fa7766 100644 --- a/lib/rpmtsscore.h +++ b/lib/rpmtsscore.h @@ -67,6 +67,7 @@ rpmtsScore rpmtsGetScore(rpmts ts); /** \ingroup rpmts * Get rpmtsScoreEntry from rpmtsScore. * @param score RPM Transaction Score. + * @param N Score entry name. * @return rpmtsScoreEntry or NULL. */ rpmtsScoreEntry rpmtsScoreGetEntry(rpmtsScore score, const char *N); -- cgit v1.2.3