fix \textwidth doxygen warning 05/158305/1
authorJinYong Park <j4939.park@samsung.com>
Tue, 31 Oct 2017 04:41:43 +0000 (13:41 +0900)
committerJinYong Park <j4939.park@samsung.com>
Tue, 31 Oct 2017 04:41:43 +0000 (13:41 +0900)
Change-Id: I980dd615fb909b32fcdc78634b5e0cd7bbfcb011
Signed-off-by: JinYong Park <j4939.park@samsung.com>
src/lib/elm_layout.h
src/lib/elm_list.h

index 47781c719ddcdc575ca8a28bc2e36696d4227218..a8118257f72851cb6baf566f5cbc14140db227e0 100644 (file)
@@ -6,10 +6,10 @@
  * @image latex layout_inheritance_tree.eps
  *
  * @image html img/widget/layout/preview-00.png
- * @image latex img/widget/layout/preview-00.eps width=\textwidth
+ * @image latex img/widget/layout/preview-00.eps width=\\textwidth
  *
  * @image html img/layout-predefined.png
- * @image latex img/layout-predefined.eps width=\textwidth
+ * @image latex img/layout-predefined.eps width=\\textwidth
  *
  * A Layout is a direct realization of @ref elm-layout-class.
  *
@@ -64,7 +64,7 @@
  * object added to its @c SWALLOW:
  *
  * @image html layout_swallow.png
- * @image latex layout_swallow.eps width=\textwidth
+ * @image latex layout_swallow.eps width=\\textwidth
  *
  * @section secBox Box (@c BOX part)
  *
@@ -94,7 +94,7 @@
  * objects added to its @c BOX part:
  *
  * @image html layout_box.png
- * @image latex layout_box.eps width=\textwidth
+ * @image latex layout_box.eps width=\\textwidth
  *
  * @section secTable Table (@c TABLE part)
  *
  * objects added to its @c TABLE part:
  *
  * @image html layout_table.png
- * @image latex layout_table.eps width=\textwidth
+ * @image latex layout_table.eps width=\\textwidth
  *
  * @section secPredef Predefined Layouts
  *
index 5c0b3d9cc5cae845a88840676e01a7e064759bb9..16975a266f351a4c7a830ade4074229c9e956c9f 100644 (file)
@@ -6,10 +6,10 @@
  * @image latex list_inheritance_tree.eps
  *
  * @image html img/widget/list/preview-00.png
- * @image latex img/widget/list/preview-00.eps width=\textwidth
+ * @image latex img/widget/list/preview-00.eps width=\\textwidth
  *
  * @image html img/list.png
- * @image latex img/list.eps width=\textwidth
+ * @image latex img/list.eps width=\\textwidth
  *
  * A list widget is a container whose children are displayed
  * vertically or horizontally, in order, and can be selected. The list