From bbb566a261ae5fbafe770beabf9a0bcc5487e5ab Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 14 May 2008 15:08:40 +0300 Subject: [PATCH] Commentary fixes - "return" is not our registered trademark :) - document the intent to make rpmtd opaque --- lib/rpmtd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/rpmtd.h b/lib/rpmtd.h index 01291a5..b7f1a20 100644 --- a/lib/rpmtd.h +++ b/lib/rpmtd.h @@ -6,6 +6,7 @@ /** \ingroup rpmtd * Container for rpm tag data (from headers or extensions). + * @todo Make this opaque (at least outside rpm itself) */ struct rpmtd_s { rpmTag tag; /* rpm tag of this data entry*/ @@ -18,7 +19,7 @@ struct rpmtd_s { /** \ingroup rpmtd * Create new tag data container - * ®return New, initialized tag data container. + * @return New, initialized tag data container. */ rpmtd rpmtdNew(void); -- 2.7.4