diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-22 16:12:53 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:37 -0500 |
commit | e668179e333a7ebcf86afb2db968c1b72f607657 (patch) | |
tree | 6e663c75a2f2259f80c6c969ffad39d0585356a5 /pango/pango-ot-info.c | |
parent | 8765051b03ec11d010217b220584ca03c04f85af (diff) | |
download | pango-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.
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r-- | pango/pango-ot-info.c | 12 |
1 files changed, 0 insertions, 12 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" |