summaryrefslogtreecommitdiff
path: root/pango/pango-language.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2008-08-20 06:15:02 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-08-20 06:15:02 +0000
commit5407497a5ac22c48baf65ee9d89b471111ff503e (patch)
treeaee4a410f2247d4c645502a19cb33482a1473a19 /pango/pango-language.c
parentd92ddce7941204242334b70dbc290ff5f6d454c3 (diff)
downloadpango-5407497a5ac22c48baf65ee9d89b471111ff503e.tar.gz
Fix docs
svn path=/trunk/; revision=2697
Diffstat (limited to 'pango/pango-language.c')
-rw-r--r--pango/pango-language.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pango/pango-language.c b/pango/pango-language.c
index 5aedd564..844dae7e 100644
--- a/pango/pango-language.c
+++ b/pango/pango-language.c
@@ -391,8 +391,9 @@ static const LangInfo lang_texts[] = {
* "The quick brown fox..." is returned. This can be detected by
* comparing the returned pointer value to that returned for (non-existent)
* language code "xx". That is, compare to:
- * <informalexample>pango_language_get_sample_string
- * (pango_language_from_string ("xx"))</informalexample>.
+ * <informalexample><programlisting>
+ * pango_language_get_sample_string (pango_language_from_string ("xx"))
+ * </programlisting></informalexample>
*
* Return value: the sample string. This value is owned by Pango
* and should not be freed.