summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-02 01:07:39 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-02 01:07:39 -0500
commit30cc1512e634417eb040bd5a287736c1ef7782d9 (patch)
tree7fcb1dbbe0e184f762bc6f29dd6e362cd01112e3 /gtk/gtkfixed.c
parent09d1b28249af38448be0b52d00dd9924adac5d1c (diff)
downloadgtk+-30cc1512e634417eb040bd5a287736c1ef7782d9.tar.gz
Docs: Use markdown for lists
This greatly reduces the amount of xml in the docs.
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r--gtk/gtkfixed.c17
1 files changed, 6 insertions, 11 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c
index 1d2ab3f772..07665b2977 100644
--- a/gtk/gtkfixed.c
+++ b/gtk/gtkfixed.c
@@ -37,23 +37,18 @@
* results in broken applications. With #GtkFixed, the following
* things will result in truncated text, overlapping widgets, and
* other display bugs:
- * <itemizedlist>
- * <listitem><para>
- * Themes, which may change widget sizes.
- * </para></listitem>
- * <listitem><para>
- * Fonts other than the one you used to write the app will of course
+ *
+ * - Themes, which may change widget sizes.
+ *
+ * - Fonts other than the one you used to write the app will of course
* change the size of widgets containing text; keep in mind that
* users may use a larger font because of difficulty reading the
* default, or they may be using Windows or the framebuffer port of
* GTK+, where different fonts are available.
- * </para></listitem>
- * <listitem><para>
- * Translation of text into other languages changes its size. Also,
+ *
+ * - Translation of text into other languages changes its size. Also,
* display of non-English text will use a different font in many
* cases.
- * </para></listitem>
- * </itemizedlist>
*
* In addition, the fixed widget can't properly be mirrored in
* right-to-left languages such as Hebrew and Arabic. i.e. normally