aboutsummaryrefslogtreecommitdiff
path: root/client/xxd.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-22 17:00:51 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-22 17:00:51 +0200
commit3667d9a9955face0d4a147319cc902cbf8c95299 (patch)
treef69e49dabd6b5fc1618d2a21ab77e8fee0463d4e /client/xxd.h
parent33d17dbab86c1277a1327273fb9753b2c98b7b03 (diff)
more client docs
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