summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-13 03:42:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-13 03:42:08 -0400
commitb3cd1503ae2cf6ab9e12d8ba86934e23dfee3898 (patch)
treee19f4ffa7d2aaea73d69fa6c50efccd3af84952f /pango/pango-layout.c
parentbdede53bbe1e4bebe3316621eb7d1b7dd697fe6e (diff)
downloadpango-b3cd1503ae2cf6ab9e12d8ba86934e23dfee3898.tar.gz
Add some more docs
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r--pango/pango-layout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 97beccc8..4660b069 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -29,7 +29,8 @@
* that functionality directly involves writing a fairly large amount
* of code. The objects and functions in this section provide a
* high-level driver for formatting entire paragraphs of text
- * at once.
+ * at once. This includes paragraph-level functionality such as
+ * line-breaking, justification, alignment and ellipsization.
*/
/**