diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-09-27 14:36:51 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-09-27 14:36:51 -0400 |
commit | 6d08bcab0d2821365a2ffd955cbbb07270565664 (patch) | |
tree | 6bffdc716a62ea60c0db7ed08d7f5a0d205302f1 /pango/pangowin32.c | |
parent | bb5c4c8497157afddcb5ced7e16c5dad4e893a03 (diff) | |
download | pango-6d08bcab0d2821365a2ffd955cbbb07270565664.tar.gz |
Bug 685167 - migrate docs to no-tmpl flavour
Patch from Rafał Mużyło.
Diffstat (limited to 'pango/pangowin32.c')
-rw-r--r-- | pango/pangowin32.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pango/pangowin32.c b/pango/pangowin32.c index bb5b9751..6948037f 100644 --- a/pango/pangowin32.c +++ b/pango/pangowin32.c @@ -22,6 +22,14 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:win32-fonts + * @short_description:Functions for shape engines to manipulate Win32 fonts + * @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> |