diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-03 18:47:40 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-03 18:47:40 +0200 |
commit | 422fa0dbeab879d3510c879554c33e359e0ab7ab (patch) | |
tree | d350c765700045c67826b40fe39f4694de1b6119 | |
parent | 2db7896a3489f270a58adc06ae6854c1210f7338 (diff) | |
download | librpm-tizen-422fa0dbeab879d3510c879554c33e359e0ab7ab.tar.gz librpm-tizen-422fa0dbeab879d3510c879554c33e359e0ab7ab.tar.bz2 librpm-tizen-422fa0dbeab879d3510c879554c33e359e0ab7ab.zip |
Document rpmtsScoreGetEntry() parameter to please doxygen
-rw-r--r-- | lib/rpmtsscore.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |