docs: Fix errors In Eina/Eet that make wrong API reference documentation 77/250677/2
authorMyoungwoon Roy, Kim <myoungwoon.kim@samsung.com>
Thu, 31 Dec 2020 06:56:13 +0000 (15:56 +0900)
committerMyoungwoon Roy Kim <myoungwoon.kim@samsung.com>
Mon, 4 Jan 2021 23:15:45 +0000 (23:15 +0000)
Change-Id: I70ac4339a1eac92c7d58b37e9538ba768d395466

src/lib/eina/eina_file.h
src/lib/eina/eina_str.h

index 120cdc0..cfa4440 100644 (file)
@@ -172,8 +172,8 @@ typedef enum {
  */
 /**
  * @def EINA_PATH_SEP_S
- * @brief The constant defined the path separator as the string "\" on Windows
- * and "/" otherwise.
+ * @brief The constant defined the path separator as the string " \ " on Windows
+ * and " / " otherwise.
  *
  * @since 1.16
  */
index f08f4c5..02024e6 100644 (file)
@@ -47,7 +47,7 @@
  * @until free(str
  *
  * Finally we see strlcat in action:
- * @until printf("
+ * @until str);
  *
  * And then shut eina down and exit:
  * @until }