KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
106:c80828f5dea4
Parent:
104:8d1d3832a215
Child:
109:7b94f06f085b
--- a/GraphicsDisplay.h	Sat Feb 27 18:40:35 2016 +0000
+++ b/GraphicsDisplay.h	Sat Feb 27 22:27:49 2016 +0000
@@ -198,10 +198,10 @@
     /// from the previously selected external font.
     ///
     /// @param[in] c is the character of interest.
-    /// @param[inout] width is a pointer to where the width will be stored.
+    /// @param[in, out] width is a pointer to where the width will be stored.
     ///     This parameter is NULL tested and will only be written if not null
     ///     which is convenient if you only want the height.
-    /// @param[inout] height is a pointer to where the height will be stored.
+    /// @param[in, out] height is a pointer to where the height will be stored.
     ///     This parameter is NULL tested and will only be written if not null
     ///     which is convenient if you only want the width.
     /// @returns a pointer to the raw character data or NULL if not found.