diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-17 00:45:24 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | 3733c1634b0f9a531d2f26d337274fc608b68875 (patch) | |
tree | 0c65d4831f9fc1bd4a06a6e0b67945c561cb17f8 /pango/pango-context.c | |
parent | a927c729003daf8fddc61807a553b921b9e10945 (diff) | |
download | pango-3733c1634b0f9a531d2f26d337274fc608b68875.tar.gz |
docs: Convert rendering section to pango_rendering.md
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index fbeb4894..47c6474b 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -19,18 +19,6 @@ * Boston, MA 02111-1307, USA. */ -/** - * SECTION:main - * @title:Rendering - * @short_description:Functions to run the rendering pipeline - * - * The Pango rendering pipeline takes a string of - * Unicode characters and converts it into glyphs. - * The functions described in this section accomplish - * various steps of this process. - * - * ![](pipeline.png) - */ #include "config.h" #include <string.h> #include <stdlib.h> |