Commit 10cc9c4e750b0eadb42470655732d6b333e97e03

henry 2002-12-17T09:15:13

Fix docs

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/FTContour.h b/include/FTContour.h
index 5c45791..6a351cd 100644
--- a/include/FTContour.h
+++ b/include/FTContour.h
@@ -38,7 +38,7 @@ class FTGL_EXPORT FTContour
         /**
          * Return a point at index.
          *
-         * @param the index in the curve of the point.
+         * @param index of the point in the curve.
          * @return const point reference
          */
         const FTPoint& Point( unsigned int index) const { return pointList[index];}