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/pangowin32.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/pangowin32.c')
-rw-r--r-- | pango/pangowin32.c | 8 |
1 files changed, 0 insertions, 8 deletions
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> |