summaryrefslogtreecommitdiff
path: root/include/freetype/ftmac.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2001-01-11 09:27:49 +0000
committerWerner Lemberg <wl@gnu.org>2001-01-11 09:27:49 +0000
commit38208a6e6b07c8d3e144632c33833e16023b410b (patch)
tree9e607ee7d93d9d3ebd921a74c8f61e0d82c13f92 /include/freetype/ftmac.h
parent0f5616a801e9401bf2e7abab3c709ada557ea6cf (diff)
downloadfreetype2-38208a6e6b07c8d3e144632c33833e16023b410b.tar.gz
* docs/docmaker.py: Minor improvements to reduce unwanted spaces
and empty lines in output. * docs/docmaker.py: Improved script to generate table of contents and index pages. It also supports wildcards on non Unix systems. * include/freetype/*.h, include/freetype/cache/*.h: Updated comments to include section definitions/delimitations for the API Reference generator. * include/freetype/freetype.h: Moved declaration of `FT_Generic_Finalizer' and the `FT_Generic' structure to... * include/freetype/fttypes.h: here.
Diffstat (limited to 'include/freetype/ftmac.h')
-rw-r--r--include/freetype/ftmac.h34
1 files changed, 20 insertions, 14 deletions
diff --git a/include/freetype/ftmac.h b/include/freetype/ftmac.h
index 99654c742..442a27c7c 100644
--- a/include/freetype/ftmac.h
+++ b/include/freetype/ftmac.h
@@ -34,19 +34,24 @@
FT_BEGIN_HEADER
- /*******************************************************************
- *
- * <Section> Mac_Specific
- *
- * <Title> Mac-Specific Interface
- *
- * <Abstract>
- * Only available on the Macintosh
- *
- * <Description>
- * The following definitions are only available when FreeType
- * is compiled on a Macintosh.
- */
+
+ /*************************************************************************/
+ /* */
+ /* <Section> */
+ /* Mac_Specific */
+ /* */
+ /* <Title> */
+ /* Mac-Specific Interface */
+ /* */
+ /* <Abstract> */
+ /* Only available on the Macintosh. */
+ /* */
+ /* <Description> */
+ /* The following definitions are only available if FreeType is */
+ /* compiled on a Macintosh. */
+ /* */
+ /*************************************************************************/
+
/*************************************************************************/
/* */
@@ -78,7 +83,6 @@ FT_BEGIN_HEADER
/* { */
/* fond = GetResource( 'FOND', fontName ); */
/* error = FT_New_Face_From_FOND( library, fond, 0, &face ); */
- /* */
/* } */
/* */
FT_EXPORT( FT_Error ) FT_New_Face_From_FOND( FT_Library library,
@@ -86,8 +90,10 @@ FT_BEGIN_HEADER
FT_Long face_index,
FT_Face *aface );
+
/* */
+
FT_END_HEADER