summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-12-03 18:47:40 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-12-03 18:47:40 +0200
commit422fa0dbeab879d3510c879554c33e359e0ab7ab (patch)
treed350c765700045c67826b40fe39f4694de1b6119
parent2db7896a3489f270a58adc06ae6854c1210f7338 (diff)
downloadlibrpm-tizen-422fa0dbeab879d3510c879554c33e359e0ab7ab.tar.gz
librpm-tizen-422fa0dbeab879d3510c879554c33e359e0ab7ab.tar.bz2
librpm-tizen-422fa0dbeab879d3510c879554c33e359e0ab7ab.zip
Document rpmtsScoreGetEntry() parameter to please doxygen
-rw-r--r--lib/rpmtsscore.h1
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);