pango r2697 - in trunk: docs/tmpl pango



Author: behdad
Date: Wed Aug 20 06:15:02 2008
New Revision: 2697
URL: http://svn.gnome.org/viewvc/pango?rev=2697&view=rev

Log:
Fix docs

Modified:
   trunk/docs/tmpl/scripts.sgml
   trunk/pango/pango-language.c

Modified: trunk/docs/tmpl/scripts.sgml
==============================================================================
--- trunk/docs/tmpl/scripts.sgml	(original)
+++ trunk/docs/tmpl/scripts.sgml	Wed Aug 20 06:15:02 2008
@@ -1,8 +1,8 @@
 <!-- ##### SECTION Title ##### -->
-Scripts
+Scripts and Languages
 
 <!-- ##### SECTION Short_Description ##### -->
-Identifying writing systems
+Identifying writing systems and languages
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>

Modified: trunk/pango/pango-language.c
==============================================================================
--- trunk/pango/pango-language.c	(original)
+++ trunk/pango/pango-language.c	Wed Aug 20 06:15:02 2008
@@ -391,8 +391,9 @@
  * "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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]