Update doxygen docs for rpmteNEVR() and friends
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 24 Apr 2008 12:16:03 +0000 (15:16 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 24 Apr 2008 12:16:03 +0000 (15:16 +0300)
lib/rpmte.h

index bd78828..4c3d661 100644 (file)
@@ -315,21 +315,21 @@ int rpmteDBOffset(rpmte te);
 /** \ingroup rpmte
  * Retrieve [epoch:]version-release string from transaction element.
  * @param te           transaction element
- * @return             name-version-release string
+ * @return             [epoch:]version-release string
  */
 const char * rpmteEVR(rpmte te);
 
 /** \ingroup rpmte
- * Retrieve name-version-release string from transaction element.
+ * Retrieve name-[epoch:]version-release string from transaction element.
  * @param te           transaction element
- * @return             name-version-release string
+ * @return             name-[epoch:]version-release string
  */
 const char * rpmteNEVR(rpmte te);
 
 /** \ingroup rpmte
- * Retrieve name-version-release.arch string from transaction element.
+ * Retrieve name-[epoch:]version-release.arch string from transaction element.
  * @param te           transaction element
- * @return             name-version-release.arch string
+ * @return             name-[epoch:]version-release.arch string
  */
 const char * rpmteNEVRA(rpmte te);