summaryrefslogtreecommitdiffhomepage
path: root/compress.c
diff options
context:
space:
mode:
authoreihrul <eihrul>2010-06-09 21:48:46 +0000
committereihrul <eihrul>2010-06-09 21:48:46 +0000
commitfc56be2ebaf492cfddd66ba7246ef549aa45ec13 (patch)
treea6b2f08f58d17d17258c9a83a08d348271d2d1c0 /compress.c
parentc3b24ac486077975768b6b8dbd8a7ddc52f133bc (diff)
downloadenet-fc56be2ebaf492cfddd66ba7246ef549aa45ec13.tar.gz
enet-fc56be2ebaf492cfddd66ba7246ef549aa45ec13.zip
doxygen fixes
Diffstat (limited to 'compress.c')
-rw-r--r--compress.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/compress.c b/compress.c
index e8cd8ab..784489a 100644
--- a/compress.c
+++ b/compress.c
@@ -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;
}
+/** @} */