From 68c054a21ddf6f630e3803de0b25ea97e425c0ad Mon Sep 17 00:00:00 2001 From: m0gg Date: Mon, 11 Dec 2006 08:13:19 +0000 Subject: Documentation fixup --- nanohttp/nanohttp-socket.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-socket.h') diff --git a/nanohttp/nanohttp-socket.h b/nanohttp/nanohttp-socket.h index 36f2c09..115defe 100644 --- a/nanohttp/nanohttp-socket.h +++ b/nanohttp/nanohttp-socket.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-socket.h,v 1.37 2006/12/10 19:21:07 m0gg Exp $ + * $Id: nanohttp-socket.h,v 1.38 2006/12/11 08:13:19 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -27,7 +27,7 @@ /** @defgroup socket_errors Socket errors * */ -/*{*/ +/*@{*/ /** * @@ -46,6 +46,8 @@ #define HSOCKET_ERROR_NOT_INITIALIZED (HSOCKET_ERROR + 9) #define HSOCKET_ERROR_IOCTL (HSOCKET_ERROR + 10) +/*@}*/ + /** * * @todo move the next two items to nanohttp-ssl.h -- cgit v1.1-32-gdbae