diff options
Diffstat (limited to 'include/jau/octets.hpp')
-rw-r--r-- | include/jau/octets.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/jau/octets.hpp b/include/jau/octets.hpp index 883111a..2e3b325 100644 --- a/include/jau/octets.hpp +++ b/include/jau/octets.hpp @@ -50,6 +50,11 @@ namespace jau { + /** \addtogroup ByteUtils + * + * @{ + */ + /** * Transient read only and endian aware octet data, i.e. non persistent passthrough, owned by caller. * @@ -922,6 +927,8 @@ namespace jau { } }; + /**@}*/ + } /* namespace jau */ |