summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-14 17:51:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-14 17:51:48 -0400
commit9ad3906cba55e0c0b2a57fe33a878b1da99208b6 (patch)
treec3bfe78e8c20d5cb1416100780e8faf41b68d976 /pango
parentc8212c485827cddd3c9a6a7c2a57e54d9254a10c (diff)
downloadpango-9ad3906cba55e0c0b2a57fe33a878b1da99208b6.tar.gz
Some more doc tweaks
Diffstat (limited to 'pango')
-rw-r--r--pango/fonts.c2
-rw-r--r--pango/pango-attributes.c2
-rw-r--r--pango/pango-context.c11
-rw-r--r--pango/shape.c2
4 files changed, 14 insertions, 3 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 209b6042..fafd6a2d 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -29,7 +29,7 @@
* implementation of fonts. The #PangoFont structure
* represents an abstract rendering-system-independent font.
* Pango provides routines to list available fonts, and
- * to load a font of a given description.
+ * to load a font matching a given description.
*/
#include "config.h"
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index 85e5a240..54b13795 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -22,7 +22,7 @@
/**
* SECTION:text-attributes
* @short_description:Font and other attributes for annotating text
- * @title:Text Attributes
+ * @title:Attributes
*
* Attributed text is used in a number of places in Pango. It
* is used as the input to the itemization process and also when
diff --git a/pango/pango-context.c b/pango/pango-context.c
index 8dd097ee..6a5dcfdd 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -46,6 +46,17 @@
#include "pango-emoji-private.h"
/**
+ * SECTION:context
+ * @title:Contexts
+ * @short_description: Global context object
+ *
+ * The #PangoContext structure stores global information
+ * influencing Pango's operation, such as the fontmap used
+ * to look up fonts, and default values such as the default
+ * language, default gravity, or default font.
+ */
+
+/**
* PangoContext:
*
* The #PangoContext structure stores global information
diff --git a/pango/shape.c b/pango/shape.c
index 6f535262..1d056f6c 100644
--- a/pango/shape.c
+++ b/pango/shape.c
@@ -22,7 +22,7 @@
/**
* SECTION:glyphs
* @short_description:Structures for storing information about glyphs
- * @title:Glyph Storage
+ * @title:Glyphs
*
* pango_shape() produces a string of glyphs which
* can be measured or drawn to the screen. The following