summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-24 15:16:03 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-04-24 15:16:03 +0300
commit3a74895f03e9fb0c217813aaec8e3b4c1e04a0b4 (patch)
tree086ab93d4fb6def555caf13b89de36e5171d9dc0
parent365ffe20a4f7a3bc3a25f313075f70233f854b6b (diff)
downloadrpm-3a74895f03e9fb0c217813aaec8e3b4c1e04a0b4.tar.gz
rpm-3a74895f03e9fb0c217813aaec8e3b4c1e04a0b4.tar.bz2
rpm-3a74895f03e9fb0c217813aaec8e3b4c1e04a0b4.zip
Update doxygen docs for rpmteNEVR() and friends
-rw-r--r--lib/rpmte.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/rpmte.h b/lib/rpmte.h
index bd7882861..4c3d6612c 100644
--- a/lib/rpmte.h
+++ b/lib/rpmte.h
@@ -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);