summaryrefslogtreecommitdiff
path: root/pango/pango-language.c
diff options
context:
space:
mode:
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.