From b68ee3bae7b43f36496a1ea4f86d85b23df45bd7 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Wed, 22 Jun 2016 16:13:27 +0900 Subject: [PATCH] Fixed typo in http_doc.h Change-Id: If773d914184d0dce4a9f91b382f5a90c1ef553ad Signed-off-by: Seonah Moon --- doc/http_doc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/http_doc.h b/doc/http_doc.h index 5331e00..0b068b1 100755 --- a/doc/http_doc.h +++ b/doc/http_doc.h @@ -26,7 +26,7 @@ * @section CAPI_NETWORK_HTTP_MODULE_HEADER Required Header * \#include * - * @section CAPI_NETWORK_HTTP_MODULE Overview + * @section CAPI_NETWORK_HTTP_MODULE_OVERVIEW Overview * The HTTP API provides functions for communication with server according to HTTP protocol. * Using the HTTP APIs, you can implement features that allow the users of your application to: * - Manage HTTP session -- 2.34.1