diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-09-27 14:36:51 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-09-27 14:36:51 -0400 |
commit | 6d08bcab0d2821365a2ffd955cbbb07270565664 (patch) | |
tree | 6bffdc716a62ea60c0db7ed08d7f5a0d205302f1 /pango/pango-script.c | |
parent | bb5c4c8497157afddcb5ced7e16c5dad4e893a03 (diff) | |
download | pango-6d08bcab0d2821365a2ffd955cbbb07270565664.tar.gz |
Bug 685167 - migrate docs to no-tmpl flavour
Patch from Rafał Mużyło.
Diffstat (limited to 'pango/pango-script.c')
-rw-r--r-- | pango/pango-script.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/pango/pango-script.c b/pango/pango-script.c index 92f2ef11..95dd3e9a 100644 --- a/pango/pango-script.c +++ b/pango/pango-script.c @@ -53,6 +53,15 @@ * of the copyright holder. */ +/** + * SECTION:scripts + * @short_description:Identifying writing systems and languages + * @title:Scripts and Languages + * + * The functions in this section are used to identify the writing + * system, or <firstterm>script</firstterm> of individual characters + * and of ranges within a larger text string. + */ #include "config.h" #include <stdlib.h> #include <string.h> @@ -65,7 +74,7 @@ * @ch: a Unicode character * * Looks up the #PangoScript for a particular character (as defined by - * Unicode Standard Annex #24). No check is made for @ch being a + * Unicode Standard Annex \#24). No check is made for @ch being a * valid Unicode character; if you pass in invalid character, the * result is undefined. * |