From a583e0a60e5d70224fd2c75df3d1bf10d35f54d1 Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Wed, 11 Jun 2008 23:29:11 +0000 Subject: [PATCH] Doxygen. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@436 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- upnp/src/genlib/net/http/httpparser.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/upnp/src/genlib/net/http/httpparser.c b/upnp/src/genlib/net/http/httpparser.c index ca2cfcf..566635b 100644 --- a/upnp/src/genlib/net/http/httpparser.c +++ b/upnp/src/genlib/net/http/httpparser.c @@ -2510,13 +2510,8 @@ method_to_str( IN http_method_t method ) } -/*! - * \brief Print the HTTP headers. - */ #ifdef DEBUG -void print_http_headers( - /*! [in] HTTP Message object. */ - http_message_t *hmsg) +void print_http_headers(http_message_t *hmsg) { ListNode *node; /* NNS: dlist_node *node; */