Document rpmtsScoreGetEntry() parameter to please doxygen

This commit is contained in:
Panu Matilainen 2007-12-03 18:47:40 +02:00
parent 2db7896a34
commit 422fa0dbea
1 changed files with 1 additions and 0 deletions

View File

@ -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);