Commit 96f7c485f97e0dc47d9f0e25fde295d27984a833

henry 2001-12-10T21:52:31

Clarified comment about init()

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/include/FTLibrary.h b/include/FTLibrary.h
index 2074850..6a10845 100755
--- a/include/FTLibrary.h
+++ b/include/FTLibrary.h
@@ -72,13 +72,15 @@ class FTGL_EXPORT FTLibrary
 		 * Initialises the Freetype library
 		 *
 		 * Even though this function indicates success via the return value,
-		 * clients can't see this so must check the error codes.
+		 * clients can't see this so must check the error codes. This function
+		 * is only ever called by the default c_stor
 		 *
 		 * @return	<code>true</code> if the Freetype library was
 		 * 			successfully initialised, <code>false</code>
 		 * 			otherwise.
 		 */
 		bool Init();
+		
 		/**
 		 * Freetype library handle.
 		 */