From: Thiep Ha Date: Tue, 24 Oct 2017 06:22:28 +0000 (+0900) Subject: doc: fix textwidth parameter X-Git-Tag: accepted/tizen/unified/20171027.152008~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a597fe22745b702f89832f4c7d988a3a6c1a5e40;p=platform%2Fupstream%2Felementary.git doc: fix textwidth parameter Change-Id: I6e645c1fd7fca043c79ac9ffee8a51749163e787 --- diff --git a/src/lib/elm_box.h b/src/lib/elm_box.h index e285e29..92425d2 100644 --- a/src/lib/elm_box.h +++ b/src/lib/elm_box.h @@ -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. diff --git a/src/lib/elm_conform.h b/src/lib/elm_conform.h index ce16fd4..627eb2a 100644 --- a/src/lib/elm_conform.h +++ b/src/lib/elm_conform.h @@ -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 diff --git a/src/lib/elm_entry.h b/src/lib/elm_entry.h index dc93374..45667e9 100644 --- a/src/lib/elm_entry.h +++ b/src/lib/elm_entry.h @@ -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 @@ -146,13 +146,13 @@ * 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