aboutsummaryrefslogtreecommitdiff
path: root/lib/pbdrv/pb-buf.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-22 11:27:48 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-22 11:27:48 +0200
commitbad32f876ab99fe0820fd310a4826378d0b11fe7 (patch)
tree669bda296d059e7dff5a20cb11a153e74f6ff9f8 /lib/pbdrv/pb-buf.h
parent2187c3d6196f2a25bc0b74365358c9874dde3a46 (diff)
more docs
Diffstat (limited to 'lib/pbdrv/pb-buf.h')
-rw-r--r--lib/pbdrv/pb-buf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pbdrv/pb-buf.h b/lib/pbdrv/pb-buf.h
index 9ff53fe..8b4bb10 100644
--- a/lib/pbdrv/pb-buf.h
+++ b/lib/pbdrv/pb-buf.h
@@ -16,8 +16,8 @@ extern "C" {
//! binary buffer struct
typedef struct {
- char * data; //! pointer to data
- size_t size; //! size of data
+ char * data; //!< pointer to data
+ size_t size; //!< size of data
} pb_buf_t;
/**