From 1d009005576dbcbd0dead3a77c9ecacb501e7b03 Mon Sep 17 00:00:00 2001 From: JinYong Park Date: Wed, 25 Oct 2017 20:37:46 +0900 Subject: [PATCH] [eina_file] fix space location in annotation (upstream merged) Summary : Space character is located in wrong position, so it occur doxygen warning Test Plan : API Doxygen Revision https://phab.enlightenment.org/D5374 Change-Id: I6c48470dde3e3b95c6f2ec309cbf82c2458a6938 Signed-off-by: JinYong Park --- src/lib/eina/eina_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_file.h b/src/lib/eina/eina_file.h index 9eed0f0..6b0aa5c 100644 --- a/src/lib/eina/eina_file.h +++ b/src/lib/eina/eina_file.h @@ -757,7 +757,7 @@ EAPI void eina_file_map_free(Eina_File *file, void *map); * @param[in] rule The rule to apply to the mapped memory * @param[in] map Memory that was mapped inside of which the memory range is * @param[in] offset The offset in bytes from the start of the map address - * @param [in]length The length in bytes of the memory region to populate + * @param[in] length The length in bytes of the memory region to populate * * @since 1.8 * -- 2.7.4