From b187977fee788888007409465c7efa644d20ddef Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 18 Mar 2009 11:57:16 +0200 Subject: [PATCH] Doxygen parameter name mismatch --- lib/rpmtag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rpmtag.h b/lib/rpmtag.h index 53cd07b..a0bbd79 100644 --- a/lib/rpmtag.h +++ b/lib/rpmtag.h @@ -400,7 +400,7 @@ rpmTag rpmTagGetValue(const char * tagstr); /** \ingroup rpmtag * Return data class of type - * @param tag tag type + * @param type tag type * @return data class, RPM_NULL_CLASS on unknown. */ rpmTagClass rpmTagTypeGetClass(rpmTagType type); -- 2.7.4