Commentary fixes
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 14 May 2008 12:08:40 +0000 (15:08 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 14 May 2008 12:08:40 +0000 (15:08 +0300)
- "return" is not our registered trademark :)
- document the intent to make rpmtd opaque

lib/rpmtd.h

index 01291a5..b7f1a20 100644 (file)
@@ -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);