summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-05 10:38:36 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-05 10:38:36 +0200
commit5a909969fd24315832487a5386e074e88031afcb (patch)
tree0da5c8382cb8a5ccebde75fa75006be24cb7bd8f
parent4f7db64d7c1a2c0bfbe07a40925e9b76b3e9851c (diff)
downloadlibrpm-tizen-5a909969fd24315832487a5386e074e88031afcb.tar.gz
librpm-tizen-5a909969fd24315832487a5386e074e88031afcb.tar.bz2
librpm-tizen-5a909969fd24315832487a5386e074e88031afcb.zip
Fix doxygen comments.
-rw-r--r--rpmdb/header_internal.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/rpmdb/header_internal.h b/rpmdb/header_internal.h
index 6ff9625e8..45eee8b5c 100644
--- a/rpmdb/header_internal.h
+++ b/rpmdb/header_internal.h
@@ -172,11 +172,10 @@ void headerDump(Header h, FILE *f, int flags,
const struct headerTagTableEntry_s * tags);
#define HEADER_DUMP_INLINE 1
-/* XXX not perhaps the right place but.. */
/** \ingroup header
* Convert binary blob to printable hex string
- * @param data binary data
- * @param size size of data in bytes
+ * @param[in] data binary data
+ * @param[in] count size of data in bytes
*/
char * bin2hex(const char *data, size_t count);