From 8d5aca73bb25643116ead35da019798aa2e178a6 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 28 Nov 2009 21:34:14 +0200 Subject: [PATCH] Fix doxygen file level comments --- src/wps/http_client.c | 2 +- src/wps/http_server.c | 2 +- src/wps/httpread.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wps/http_client.c b/src/wps/http_client.c index b12c56018..f5c2ee034 100644 --- a/src/wps/http_client.c +++ b/src/wps/http_client.c @@ -1,4 +1,4 @@ -/** +/* * http_client - HTTP client * Copyright (c) 2009, Jouni Malinen * diff --git a/src/wps/http_server.c b/src/wps/http_server.c index 8a60c2c18..356f599ab 100644 --- a/src/wps/http_server.c +++ b/src/wps/http_server.c @@ -1,4 +1,4 @@ -/** +/* * http_server - HTTP server * Copyright (c) 2009, Jouni Malinen * diff --git a/src/wps/httpread.c b/src/wps/httpread.c index 0d7165e9c..40422e465 100644 --- a/src/wps/httpread.c +++ b/src/wps/httpread.c @@ -1,4 +1,4 @@ -/** +/* * httpread - Manage reading file(s) from HTTP/TCP socket * Author: Ted Merrill * Copyright 2008 Atheros Communications