doc: fix textwidth parameter 37/157337/2
authorThiep Ha <thiep.ha@samsung.com>
Tue, 24 Oct 2017 06:22:28 +0000 (15:22 +0900)
committerThiep Ha <thiep.ha@samsung.com>
Wed, 25 Oct 2017 04:21:33 +0000 (04:21 +0000)
Change-Id: I6e645c1fd7fca043c79ac9ffee8a51749163e787

src/lib/elm_box.h
src/lib/elm_conform.h
src/lib/elm_entry.h

index e285e29..92425d2 100644 (file)
@@ -6,10 +6,10 @@
  * @image latex box_inheritance_tree.eps
  *
  * @image html img/widget/box/preview-00.png
- * @image latex img/widget/box/preview-00.eps width=\textwidth
+ * @image latex img/widget/box/preview-00.eps width=\\textwidth
  *
  * @image html img/box.png
- * @image latex img/box.eps width=\textwidth
+ * @image latex img/box.eps width=\\textwidth
  *
  * A box arranges objects in a linear fashion, governed by a layout function
  * that defines the details of this arrangement.
index ce16fd4..627eb2a 100644 (file)
@@ -6,10 +6,10 @@
  * @image latex conformant_inheritance_tree.eps
  *
  * @image html img/widget/conformant/preview-00.png
- * @image latex img/widget/conformant/preview-00.eps width=\textwidth
+ * @image latex img/widget/conformant/preview-00.eps width=\\textwidth
  *
  * @image html img/conformant.png
- * @image latex img/conformant.eps width=\textwidth
+ * @image latex img/conformant.eps width=\\textwidth
  *
  * The aim is to provide a widget that can be used in elementary apps to
  * account for space taken up by the indicator, virtual keypad & softkey
index dc93374..45667e9 100644 (file)
@@ -6,13 +6,13 @@
  * @image latex entry_inheritance_tree.eps
  *
  * @image html img/widget/entry/preview-00.png
- * @image latex img/widget/entry/preview-00.eps width=\textwidth
+ * @image latex img/widget/entry/preview-00.eps width=\\textwidth
  * @image html img/widget/entry/preview-01.png
- * @image latex img/widget/entry/preview-01.eps width=\textwidth
+ * @image latex img/widget/entry/preview-01.eps width=\\textwidth
  * @image html img/widget/entry/preview-02.png
- * @image latex img/widget/entry/preview-02.eps width=\textwidth
+ * @image latex img/widget/entry/preview-02.eps width=\\textwidth
  * @image html img/widget/entry/preview-03.png
- * @image latex img/widget/entry/preview-03.eps width=\textwidth
+ * @image latex img/widget/entry/preview-03.eps width=\\textwidth
  *
  * An entry is a convenience widget which shows a box that the user can
  * enter text into. Entries by default don't scroll, so they grow to
  * the descent.
  *
  * @image html entry_item.png
- * @image latex entry_item.eps width=\textwidth
+ * @image latex entry_item.eps width=\\textwidth
  *
  * And another one to show how size differs from absize. In the first one,
  * the scale value is set to 1.0, while the second one is using one of 2.0.
  *
  * @image html entry_item_scale.png
- * @image latex entry_item_scale.eps width=\textwidth
+ * @image latex entry_item_scale.eps width=\\textwidth
  *
  * After the size for an item is calculated, the entry will request an
  * object to place in its space. For this, the functions set with