From fc56be2ebaf492cfddd66ba7246ef549aa45ec13 Mon Sep 17 00:00:00 2001 From: eihrul Date: Wed, 9 Jun 2010 21:48:46 +0000 Subject: doxygen fixes --- compress.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'compress.c') 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; } +/** @} */ -- cgit v1.2.3