Updated doc
diff --git a/include/FTFont.h b/include/FTFont.h
index 36cc942..3d48ee7 100755
--- a/include/FTFont.h
+++ b/include/FTFont.h
@@ -219,7 +219,9 @@ class FTGL_EXPORT FTFont
inline void DoRender( const unsigned int chr, const unsigned int nextChr);
/**
+ * Check that the glyph at <code>chr</code> exist. If not load it.
*
+ * @param chr character index
*/
inline void CheckGlyph( const unsigned int chr);