diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-19 08:11:37 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | 2347ac3c58ac694172b6888f79c97d1a9d42bb97 (patch) | |
tree | 7b506fdd78928d7a61cf5b5a2f9369d8c5156b05 /pango/pango-script.h | |
parent | 50bd9eff39f715598eeb574fcb766394e8764e0d (diff) | |
download | pango-2347ac3c58ac694172b6888f79c97d1a9d42bb97.tar.gz |
docs: Tweak script docs
Add summaries, convert markup, etc.
Diffstat (limited to 'pango/pango-script.h')
-rw-r--r-- | pango/pango-script.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pango/pango-script.h b/pango/pango-script.h index 66cca15a..c1579982 100644 --- a/pango/pango-script.h +++ b/pango/pango-script.h @@ -29,7 +29,7 @@ G_BEGIN_DECLS /** * PangoScriptIter: * - * A #PangoScriptIter is used to iterate through a string + * A `PangoScriptIter` is used to iterate through a string * and identify ranges in different scripts. **/ typedef struct _PangoScriptIter PangoScriptIter; @@ -157,8 +157,9 @@ typedef struct _PangoScriptIter PangoScriptIter; * @PANGO_SCRIPT_SIGNWRITING: Signwriting. Since: 1.40 * * The `PangoScript` enumeration identifies different writing - * systems. The values correspond to the names as defined in the - * Unicode standard. See + * systems. + * + * The values correspond to the names as defined in the Unicode standard. See * [Unicode Standard Annex 24: Script names](http://www.unicode.org/reports/tr24/) * * Note that this enumeration is deprecated and will not be updated |