From 20d9942789cd594f290605dc2fffd30889a32076 Mon Sep 17 00:00:00 2001 From: "Myoungwoon Roy, Kim" Date: Thu, 31 Dec 2020 15:56:13 +0900 Subject: [PATCH] docs: Fix errors In Eina/Eet that make wrong API reference documentation Change-Id: I70ac4339a1eac92c7d58b37e9538ba768d395466 --- src/lib/eina/eina_file.h | 4 ++-- src/lib/eina/eina_str.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/eina/eina_file.h b/src/lib/eina/eina_file.h index 120cdc0..cfa4440 100644 --- a/src/lib/eina/eina_file.h +++ b/src/lib/eina/eina_file.h @@ -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 */ diff --git a/src/lib/eina/eina_str.h b/src/lib/eina/eina_str.h index f08f4c5..02024e6 100644 --- a/src/lib/eina/eina_str.h +++ b/src/lib/eina/eina_str.h @@ -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 } -- 2.7.4