summaryrefslogtreecommitdiff
path: root/pango/pango-script.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-19 08:11:37 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commit2347ac3c58ac694172b6888f79c97d1a9d42bb97 (patch)
tree7b506fdd78928d7a61cf5b5a2f9369d8c5156b05 /pango/pango-script.h
parent50bd9eff39f715598eeb574fcb766394e8764e0d (diff)
downloadpango-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.h7
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