diff options
author | eihrul <eihrul> | 2010-06-09 21:48:46 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2010-06-09 21:48:46 +0000 |
commit | fc56be2ebaf492cfddd66ba7246ef549aa45ec13 (patch) | |
tree | a6b2f08f58d17d17258c9a83a08d348271d2d1c0 /compress.c | |
parent | c3b24ac486077975768b6b8dbd8a7ddc52f133bc (diff) | |
download | enet-fc56be2ebaf492cfddd66ba7246ef549aa45ec13.tar.gz enet-fc56be2ebaf492cfddd66ba7246ef549aa45ec13.zip |
doxygen fixes
Diffstat (limited to 'compress.c')
-rw-r--r-- | compress.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -626,6 +626,10 @@ enet_range_coder_decompress (void * context, const enet_uint8 * inData, size_t i return (size_t) (outData - outStart); } +/** @defgroup host ENet host functions + @{ +*/ + /** Sets the packet compressor the host should use to the default range coder. @param host host to enable the range coder for @returns 0 on success, < 0 on failure @@ -645,5 +649,6 @@ enet_host_compress_with_range_coder (ENetHost * host) return 0; } +/** @} */ |