From 5ed2d4c848a2c9e3f86aecbb3b3d84fdb93a05cd Mon Sep 17 00:00:00 2001 From: "saerome.kim" Date: Mon, 26 Jun 2017 18:52:29 +0900 Subject: [PATCH] Fix API documentation - The beginning of @details must start with an uppercase letter Signed-off-by: saerome.kim --- include/mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mesh.h b/include/mesh.h index 5a98307..2ae96a8 100644 --- a/include/mesh.h +++ b/include/mesh.h @@ -676,7 +676,7 @@ int mesh_enable(mesh_h handle); /** * @brief disable the mesh service. - * @details all this function to stop mesh service + * @details All this function to stop mesh service * * @since_tizen 4.0 * -- 2.34.1