diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2012-04-18 21:53:23 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2012-04-18 21:53:23 +0200 |
commit | dca7d2caaafd7d13d8c97e56330deea839ceda56 (patch) | |
tree | 69feb2702f8b139a9e52e64073fa3cedb7343622 /include/osmocom/core/msgb.h | |
parent | bc32d051bf408cdf3fb5d502353bd005a599e40b (diff) |
doc: Fix the Doxygen section endings
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include/osmocom/core/msgb.h')
-rw-r--r-- | include/osmocom/core/msgb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/msgb.h b/include/osmocom/core/msgb.h index e465ec2b..5457a07d 100644 --- a/include/osmocom/core/msgb.h +++ b/include/osmocom/core/msgb.h @@ -365,6 +365,6 @@ uint8_t *msgb_data(const struct msgb *msg); uint16_t msgb_length(const struct msgb *msg); void msgb_set_talloc_ctx(void *ctx); -/*! }@ */ +/*! @} */ #endif /* _MSGB_H */ |