Commit 843eec4f3c39d0ae65cef30c0d37dbe76d84376d

henry 2002-12-04T07:03:24

Fixed documentation

diff --git a/include/FTFont.h b/include/FTFont.h
index b5a41f4..ca37345 100755
--- a/include/FTFont.h
+++ b/include/FTFont.h
@@ -58,7 +58,9 @@ class FTGL_EXPORT FTFont
         bool Open( const unsigned char *pBufferBytes, size_t bufferSizeInBytes);
 
         /**
-         * Attach auxilliary file to font (e.g. font metrics).
+         * Attach auxilliary file to font e.g font metrics.
+         *
+         * Note: not all font formats implement this function.
          *
          * @param filename  auxilliary font file name.
          * @return          <code>true</code> if file has been attached
diff --git a/include/FTGlyphContainer.h b/include/FTGlyphContainer.h
index 0e00892..baad88d 100755
--- a/include/FTGlyphContainer.h
+++ b/include/FTGlyphContainer.h
@@ -25,8 +25,6 @@ class FTGL_EXPORT FTGlyphContainer
          *
          * @param face      The Freetype face
          * @param numGlyphs the number of glyphs in this face
-         * @param p         A flag to indicate preprocessing of glyphs.
-         *                  Not used.
          */
         FTGlyphContainer( FTFace* face, unsigned int numGlyphs);