From 0f15e1c181521eb1cc755a83fa4bcbe97b60ad00 Mon Sep 17 00:00:00 2001 From: David Turner Date: Sat, 1 Apr 2006 16:11:53 +0000 Subject: [PATCH] * include/freetype/ftcache.h, include/freetype/config/ftheader.h: updating documentation comments --- ChangeLog | 5 +++ include/freetype/config/ftheader.h | 54 +++++++++++++++++++++++++++--- 2 files changed, 54 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e049bd328..1730296a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-01 David Turner + + * include/freetype/ftcache.h, include/freetype/config/ftheader.h: + updating documentation comments + 2006-04-01 Werner Lemberg * builds/unix/install.mk (uninstall): Don't handle `cache' diff --git a/include/freetype/config/ftheader.h b/include/freetype/config/ftheader.h index ac65bab3b..4cfa06028 100644 --- a/include/freetype/config/ftheader.h +++ b/include/freetype/config/ftheader.h @@ -616,11 +616,57 @@ #define FT_PFR_H - /* */ - -#define FT_TRIGONOMETRY_H + /************************************************************************* + * + * @macro: + * FT_STROKER_H + * + * @description: + * A macro used in #include statements to name the file containing the + * FreeType 2 API used to stroke outline path + */ #define FT_STROKER_H + + + /************************************************************************* + * + * @macro: + * FT_SYNTHESIS_H + * + * @description: + * A macro used in #include statements to name the file containing the + * FreeType 2 API used to perform artificial obliquing and emboldening + */ #define FT_SYNTHESIS_H + + + /************************************************************************* + * + * @macro: + * FT_XFREE86_H + * + * @description: + * A macro used in #include statements to name the file containing the + * FreeType 2 API used to provide functions specific to the XFree86 and + * X.Org X11 servers + */ +#define FT_XFREE86_H + + + /************************************************************************* + * + * @macro: + * FT_TRIGONOMETRY_H + * + * @description: + * A macro used in #include statements to name the file containing the + * FreeType 2 API used to perform trigonometric computations (e.g. + * cosines and arc tangents). + */ +#define FT_TRIGONOMETRY_H + + /* */ + #define FT_ERROR_DEFINITIONS_H @@ -637,8 +683,6 @@ #define FT_CACHE_INTERNAL_SBITS_H -#define FT_XFREE86_H - #define FT_INCREMENTAL_H #define FT_TRUETYPE_UNPATENTED_H