Document rpmtsScoreGetEntry() parameter to please doxygen
This commit is contained in:
parent
2db7896a34
commit
422fa0dbea
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue