summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-04 15:25:12 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:36 -0500
commiteaf1b80fbc595b458ba94515f07aeb2a3c0ad7dc (patch)
treea6a0e955af2cf08054ea1f0c8dd69ddb3b75b5ea /pango
parentbc2106a9e19b412c22390b8709d6ea2bc4df179d (diff)
downloadpango-eaf1b80fbc595b458ba94515f07aeb2a3c0ad7dc.tar.gz
docs: Move PangoRenderer docs to the right file
Diffstat (limited to 'pango')
-rw-r--r--pango/pango-renderer.c12
-rw-r--r--pango/pangoft2-render.c11
2 files changed, 12 insertions, 11 deletions
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c
index 869a6cff..5a1b8c91 100644
--- a/pango/pango-renderer.c
+++ b/pango/pango-renderer.c
@@ -19,6 +19,18 @@
* Boston, MA 02111-1307, USA.
*/
+/**
+ * SECTION:pangorenderer
+ * @short_description:Rendering driver base class
+ * @title:PangoRenderer
+ *
+ * #PangoRenderer is a base class that contains the necessary logic for
+ * rendering a #PangoLayout or #PangoGlyphString. By subclassing
+ * #PangoRenderer and overriding operations such as @draw_glyphs and
+ * @draw_rectangle, renderers for particular font backends and
+ * destinations can be created.
+ */
+
#include "config.h"
#include <stdlib.h>
diff --git a/pango/pangoft2-render.c b/pango/pangoft2-render.c
index ab4dd5d0..45230fdb 100644
--- a/pango/pangoft2-render.c
+++ b/pango/pangoft2-render.c
@@ -20,17 +20,6 @@
* Boston, MA 02111-1307, USA.
*/
-/**
- * SECTION:pango-renderer
- * @short_description:Rendering driver base class
- * @title:PangoRenderer
- *
- * #PangoRenderer is a base class that contains the necessary logic for
- * rendering a #PangoLayout or #PangoLayoutLine. By subclassing
- * #PangoRenderer and overriding operations such as @draw_glyphs and
- * @draw_rectangle, renderers for particular font backends and
- * destinations can be created.
- */
#include "config.h"
#include <math.h>