From 294374084a574ec74dfad51db494d102d4c3db27 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 4 Nov 2007 06:57:31 +0000 Subject: Moved project documentation from headers to doc/ --- nanohttp/nanohttp-server.h | 35 ++--------------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) (limited to 'nanohttp/nanohttp-server.h') diff --git a/nanohttp/nanohttp-server.h b/nanohttp/nanohttp-server.h index 8c5fc32..9d9f1d1 100644 --- a/nanohttp/nanohttp-server.h +++ b/nanohttp/nanohttp-server.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-server.h,v 1.39 2007/11/03 22:40:14 m0gg Exp $ + * $Id: nanohttp-server.h,v 1.40 2007/11/04 06:57:32 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -33,34 +33,6 @@ #include #endif -/** - * @page nanohttp_page nanoHTTP - * - * @section nanohttp_sec nanoHTTP - * - * nanoHTTP is an embedded HTTP implementation. It comes with the following - * features: - * - written in ANSI C (compiles with gcc -ansi) - * - client/server HTTP engine - * - attachments via MIME (http://www.ietf.org/rfc/rfc2045.txt) - * - HTTP Basic Authentication (http://www.ietf.org/rfc/rfc2617.txt) - * - optional HTTPS support (SSL/TLS) using OpenSSL (http://www.openssl.org) - * - * @section links_sec Howto to use the nanoHTTP library - * - * - @subpage nanohttp_client_page - * - @subpage nanohttp_server_page - * - @subpage nanohttp_mime_page - * - @subpage nanohttp_ssl_page - * - * @author Ferhat Ayaz - * @author Michael Rans - * @author Matt Campbell - * @author Heiko Ronsdorf - * - * @version 1.2 - */ - /** @page nanohttp_server_page Howto write an HTTP server * * @section server_sec Table of contents @@ -366,10 +338,6 @@ extern void httpd_add_headers(httpd_conn_t * conn, const hpair_t * values); /** * * @todo move to nanohttp-mime.c merge with httpc_mime_* functions - * - */ - -/** * * MIME multipart/related POST * @returns H_OK on success or error flag @@ -446,6 +414,7 @@ extern herror_t httpd_send_not_implemented(httpd_conn_t *conn, const char *msg); } #endif +/**@}*/ /**@}*/ #endif -- cgit v1.1-32-gdbae