Commit 8285d49a70e2e6e1bc011416cf07ae3301f75a25

Werner Lemberg 2004-12-14T22:32:34

Small additions to fix reference creation.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/include/freetype/ftbitmap.h b/include/freetype/ftbitmap.h
index d699238..8f5e23e 100644
--- a/include/freetype/ftbitmap.h
+++ b/include/freetype/ftbitmap.h
@@ -39,6 +39,15 @@ FT_BEGIN_HEADER
   /* <Section>                                                             */
   /*    bitmap_handling                                                    */
   /*                                                                       */
+  /* <Title>                                                               */
+  /*    Bitmap Handling                                                    */
+  /*                                                                       */
+  /* <Abstract>                                                            */
+  /*    Handling FT_Bitmap objects.                                        */
+  /*                                                                       */
+  /* <Description>                                                         */
+  /*    This section contains functions for converting FT_Bitmap objects.  */
+  /*                                                                       */
   /*************************************************************************/