summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-17 00:45:24 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commit3733c1634b0f9a531d2f26d337274fc608b68875 (patch)
tree0c65d4831f9fc1bd4a06a6e0b67945c561cb17f8 /pango/pango-context.c
parenta927c729003daf8fddc61807a553b921b9e10945 (diff)
downloadpango-3733c1634b0f9a531d2f26d337274fc608b68875.tar.gz
docs: Convert rendering section to pango_rendering.md
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r--pango/pango-context.c12
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>