diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-05 10:38:36 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-05 10:38:36 +0200 |
commit | 5a909969fd24315832487a5386e074e88031afcb (patch) | |
tree | 0da5c8382cb8a5ccebde75fa75006be24cb7bd8f | |
parent | 4f7db64d7c1a2c0bfbe07a40925e9b76b3e9851c (diff) | |
download | librpm-tizen-5a909969fd24315832487a5386e074e88031afcb.tar.gz librpm-tizen-5a909969fd24315832487a5386e074e88031afcb.tar.bz2 librpm-tizen-5a909969fd24315832487a5386e074e88031afcb.zip |
Fix doxygen comments.
-rw-r--r-- | rpmdb/header_internal.h | 5 |
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); |