diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-04 14:30:11 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | 7d3628ba5dfb173bc8b1d5e7ad0a214d428fb6a7 (patch) | |
tree | d46baa40783441f670926e2a4d05bbe39681d0ec /pango/pango-context.c | |
parent | 26e1ab10f98aff0183133a6b7158c8cb73a1f68f (diff) | |
download | pango-7d3628ba5dfb173bc8b1d5e7ad0a214d428fb6a7.tar.gz |
docs: Make context section ids match
Doing this makes g-ir-scanner pick up the long description,
which is more useful than the struct docs.
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index ec1014fa..fbeb4894 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -45,7 +45,7 @@ #include "pango-emoji-private.h" /** - * SECTION:context + * SECTION:pangocontext * @title:Contexts * @short_description: Global context object * |