summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-22 16:12:53 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 13:17:37 -0500
commite668179e333a7ebcf86afb2db968c1b72f607657 (patch)
tree6e663c75a2f2259f80c6c969ffad39d0585356a5
parent8765051b03ec11d010217b220584ca03c04f85af (diff)
downloadpango-e668179e333a7ebcf86afb2db968c1b72f607657.tar.gz
docs: Remove no-longer used sections
These don't have enough meat to warrant turning them into .md files, so just drop them. They are no longer used.
-rw-r--r--pango/pango-ot-info.c12
-rw-r--r--pango/pangocoretext.c8
-rw-r--r--pango/pangoft2.c8
-rw-r--r--pango/pangowin32.c8
4 files changed, 0 insertions, 36 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c
index 0d75cf25..891ae323 100644
--- a/pango/pango-ot-info.c
+++ b/pango/pango-ot-info.c
@@ -19,18 +19,6 @@
* Boston, MA 02111-1307, USA.
*/
-/**
- * SECTION:opentype
- * @short_description:Obtaining information from OpenType tables
- * @title:OpenType Font Handling
- * @stability:Unstable
- *
- * Functions and macros in this section are used to implement
- * the OpenType Layout features and algorithms.
- *
- * They have been superseded by the harfbuzz library, and should
- * not be used anymore.
- */
#include "config.h"
#include "pango-ot-private.h"
diff --git a/pango/pangocoretext.c b/pango/pangocoretext.c
index b6941c05..5f9cf2df 100644
--- a/pango/pangocoretext.c
+++ b/pango/pangocoretext.c
@@ -20,14 +20,6 @@
* Boston, MA 02111-1307, USA.
*/
-/**
- * SECTION:coretext-fonts
- * @short_description:Font handling and rendering on OS X
- * @title:CoreText Fonts and Rendering
- *
- * The macros and functions in this section are used to access fonts natively on
- * OS X using the CoreText text rendering subsystem.
- */
#include "config.h"
#include "pangocoretext.h"
diff --git a/pango/pangoft2.c b/pango/pangoft2.c
index 2fe49171..efaf853d 100644
--- a/pango/pangoft2.c
+++ b/pango/pangoft2.c
@@ -20,14 +20,6 @@
* Boston, MA 02111-1307, USA.
*/
-/**
- * SECTION:freetype-fonts
- * @short_description:Font handling and rendering with FreeType
- * @title:FreeType Fonts and Rendering
- *
- * The macros and functions in this section are used to access fonts and render
- * text to bitmaps using the FreeType 2 library.
- */
#include "config.h"
#include <string.h>
diff --git a/pango/pangowin32.c b/pango/pangowin32.c
index 213a665e..0a90182f 100644
--- a/pango/pangowin32.c
+++ b/pango/pangowin32.c
@@ -22,14 +22,6 @@
* Boston, MA 02111-1307, USA.
*/
-/**
- * SECTION:win32-fonts
- * @short_description:Font handling and rendering on Windows
- * @title:Win32 Fonts and Rendering
- *
- * The macros and functions in this section are used to access fonts natively on
- * Win32 systems and to render text in conjunction with Win32 APIs.
- */
#include "config.h"
#include <string.h>