diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-22 14:32:19 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-22 14:32:19 +0200 |
commit | 33d17dbab86c1277a1327273fb9753b2c98b7b03 (patch) | |
tree | e868c781953faeb5227787d130d208b93ff49147 /lib/i2ctcp | |
parent | 5113ffd3b0b3c761681456fae5ed554c2b35cc8d (diff) |
more documentation
Diffstat (limited to 'lib/i2ctcp')
-rw-r--r-- | lib/i2ctcp/i2ctcpv1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/i2ctcp/i2ctcpv1.h b/lib/i2ctcp/i2ctcpv1.h index d7bb29e..e9bc0d9 100644 --- a/lib/i2ctcp/i2ctcpv1.h +++ b/lib/i2ctcp/i2ctcpv1.h @@ -91,6 +91,8 @@ void i2ctcp_read_reset(i2ctcp_msg_t * target); */ bool i2ctcp_write(const i2ctcp_msg_t * target, char ** buf, size_t * buf_sz); +/// \} + #ifdef __cplusplus } #endif |