fix doxygen warning about double quotation 71/156471/2 accepted/tizen/unified/20171025.075203 submit/tizen/20171020.120936
authorJinYong Park <j4939.park@samsung.com>
Wed, 18 Oct 2017 11:48:27 +0000 (20:48 +0900)
committerJinYong Park <j4939.park@samsung.com>
Wed, 18 Oct 2017 11:59:39 +0000 (20:59 +0900)
Change-Id: I1330590219cd9218faabfbbfbda9e20559586397
Signed-off-by: Jinyong Park<j4939.park@samsung.com>
src/lib/edje/edje_object.eo
src/lib/eet/Eet.h
src/lib/eina/eina_file.h
src/lib/eina/eina_prefix.h
src/lib/eina/eina_str.h
src/lib/evas/Evas_Common.h
src/lib/evas/canvas/evas_object.eo

index 5b63d34..c1c4824 100644 (file)
@@ -1779,7 +1779,7 @@ class Edje.Object (Evas.Smart_Clipped, Efl.File)
 
            Signal callback registration is powerful, in the way that  blobs
            may be used to match multiple signals at once. All the
-           "*?[\" set of $fnmatch() operators can be used, both for
+           \"*?[\\" set of $fnmatch() operators can be used, both for
            emission and source.
 
            Edje has  internal signals it will emit, automatically, on
index 762bd7b..112d258 100644 (file)
@@ -341,7 +341,8 @@ eet_clearcache(void);
  * First, we define our file handler and some other things we'll put in it.
  * @line static int
  * @skip Eet_File
- * @until ";
+ * @until some_data
+ * @until ;
  * @skip eet_open
  *
  * We open a new file in write mode, and if it fails, we just return, since
@@ -2534,7 +2535,7 @@ eet_identity_certificate_print(const unsigned char *certificate,
  *    EET_DATA_DESCRIPTOR_ADD_BASIC(my_desc, some_struct, "sub.other_num",
  *                                  sub.other_num, EET_T_INT);
  *    EET_DATA_DESCRIPTOR_ADD_BASIC(my_desc, some_struct, "sub.one_more",
- *                                  sub.one_more", EET_T_INT);
+ *                                  sub.one_more, EET_T_INT);
  *    ...
  * }
  * @endcode
index 7bb4676..9eed0f0 100644 (file)
@@ -172,7 +172,7 @@ typedef enum {
  */
 /**
  * @def EINA_PATH_SEP_S
- * @brief The constant defined the path separator as the string "\" on Windows
+ * @brief The constant defined the path separator as the string \"\\" on Windows
  * and "/" otherwise.
  *
  * @since 1.16
index 53be9bf..8abdca9 100644 (file)
@@ -110,10 +110,10 @@ typedef struct _Eina_Prefix Eina_Prefix;
  * Compile the following defining at compile time your prefixes like (example):
  *
  * gcc appname.c -o appname
- * -DPACKAGE_BIN_DIR=\\"/usr/local/bin\"
- * -DPACKAGE_LIB_DIR=\\"/usr/local/lib\"
- * -DPACKAGE_DATA_DIR=\\"/usr/local/share/appname\"
- * -DLOCALE_DIR=\\"/usr/local/share/locale\"
+ * -DPACKAGE_BIN_DIR="/usr/local/bin"
+ * -DPACKAGE_LIB_DIR="/usr/local/lib"
+ * -DPACKAGE_DATA_DIR="/usr/local/share/appname"
+ * -DLOCALE_DIR="/usr/local/share/locale"
  * `pkg-config --cflags --libs eina`
  *
  * (of course add appropriate compile flags to linking and note that
index 8ec6f82..d1b00c0 100644 (file)
@@ -46,7 +46,8 @@
  * @until free(str
  *
  * Finally we see strlcat in action:
- * @until printf("
+ * @until sprintf(
+ * @until printf(
  *
  * And then shut eina down and exit:
  * @until }
index cacf21a..788c6f5 100755 (executable)
@@ -5183,7 +5183,7 @@ struct _Evas_Object_Smart_Clipped_Data
 };
 
 /**
- * Set a given smart class' callbacks so it implements the <b>clipped smart
+ * Set a given smart class' callbacks so it implements the <b>"clipped smart
  * object"</b>'s interface.
  *
  * @param sc The smart class handle to operate on
index 17673ab..4d6c67c 100644 (file)
@@ -116,7 +116,7 @@ abstract Evas.Object (Eo.Base, Evas.Common_Interface, Efl.Gfx.Base, Efl.Gfx.Stac
               of the smart class itself is returned on this call. For the
               built-in smart objects, these names are "EvasObjectSmartClipped"
               for the clipped smart object, "Evas_Object_Box" for the box
-              object and "Evas_Object_Table for the table object.
+              object and "Evas_Object_Table" for the table object.
 
               \@if MOBILE \@since_tizen 2.3
               \@elseif WEARABLE \@since_tizen 2.3.1