aboutsummaryrefslogtreecommitdiff
path: root/client/xxd.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/xxd.h')
-rw-r--r--client/xxd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/xxd.h b/client/xxd.h
index fb28bb1..ede9fff 100644
--- a/client/xxd.h
+++ b/client/xxd.h
@@ -7,10 +7,19 @@ extern "C" {
#endif
/**
+ * \ingroup pbc
+ * \defgroup pbc_xxd xxd
+ * \brief Utility hexdump
+ * \{
+ */
+
+/**
* \brief utility function that prints hexdump of data
*/
void xxd(const char * data, size_t size);
+/// \}
+
#ifdef __cplusplus
}
#endif