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/pango-utils.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/pango-utils.c')
-rw-r--r-- | pango/pango-utils.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c index 1ca2de6f..b4ad4511 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -19,6 +19,24 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:pango-version + * @short_description:Tools for checking Pango version at compile- and run-time. + * @title:Version Checking + * + * The capital-letter macros defined here can be used to check the version of Pango + * at compile-time, and to <firstterm>encode</firstterm> Pango versions into integers. + * + * The functions can be used to check the version of the linked Pango library at run-time. + */ +/** + * SECTION:utils + * @short_description:Various convenience and utility functions + * @title: Miscellaneous Utilities + * + * The functions and utilities in this section are mostly used from Pango + * backends and modules, but may be useful for other purposes too. + */ #include "config.h" #include <errno.h> #include <string.h> |