[eina_file] fix space location in annotation (upstream merged) 39/157639/1
authorJinYong Park <j4939.park@samsung.com>
Wed, 25 Oct 2017 11:37:46 +0000 (20:37 +0900)
committerJinYong Park <j4939.park@samsung.com>
Wed, 25 Oct 2017 11:37:46 +0000 (20:37 +0900)
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 <j4939.park@samsung.com>
src/lib/eina/eina_file.h

index 9eed0f0..6b0aa5c 100644 (file)
@@ -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
  *