diff options
Diffstat (limited to 'docs/Classes/SDLDisplayCapabilities.html')
-rw-r--r-- | docs/Classes/SDLDisplayCapabilities.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/Classes/SDLDisplayCapabilities.html b/docs/Classes/SDLDisplayCapabilities.html index 8fa0d85b7..20a754db4 100644 --- a/docs/Classes/SDLDisplayCapabilities.html +++ b/docs/Classes/SDLDisplayCapabilities.html @@ -25,7 +25,7 @@ displayType </h3> - <p>@abstract The type of display</p> + <p>The type of display</p> <p>Required</p> @@ -45,7 +45,7 @@ textFields </h3> - <p>@abstract An array of SDLTextField structures, each of which describes a field in the HMI which the application can write to using operations such as <em>SDLShow</em>, <em>SDLSetMediaClockTimer</em>, etc.</p> + <p>An array of SDLTextField structures, each of which describes a field in the HMI which the application can write to using operations such as <em>SDLShow</em>, <em>SDLSetMediaClockTimer</em>, etc.</p> <p>@discussion This array of SDLTextField structures identify all the text fields to which the application can write on the current display (identified by SDLDisplayType).</p> <div class="aside aside-see"> @@ -73,7 +73,7 @@ imageFields </h3> - <p>@abstract An array of SDLImageField elements</p> + <p>An array of SDLImageField elements</p> <p>@discussion A set of all fields that support images.</p> <div class="aside aside-see"> @@ -101,7 +101,7 @@ mediaClockFormats </h3> - <p>@abstract An array of SDLMediaClockFormat elements, defining the valid string formats used in specifying the contents of the media clock field</p> + <p>An array of SDLMediaClockFormat elements, defining the valid string formats used in specifying the contents of the media clock field</p> <div class="aside aside-see"> <p class="aside-title">See</p> SDLMediaClockFormat @@ -127,7 +127,7 @@ graphicSupported </h3> - <p>@abstract The display’s persistent screen supports.</p> + <p>The display’s persistent screen supports.</p> <p>@since SDL 2.0</p> @@ -150,7 +150,7 @@ templatesAvailable </h3> - <p>@abstract Number of presets the screen supports</p> + <p>Number of presets the screen supports</p> <p>@discussion The number of on-screen custom presets available (if any)</p> @@ -173,7 +173,7 @@ screenParams </h3> - <p>@abstract A set of all parameters related to a prescribed screen area (e.g. for video / touch input)</p> + <p>A set of all parameters related to a prescribed screen area (e.g. for video / touch input)</p> <p>Optional</p> @@ -193,7 +193,7 @@ numCustomPresetsAvailable </h3> - <p>@abstract The number of on-screen custom presets available (if any); otherwise omitted</p> + <p>The number of on-screen custom presets available (if any); otherwise omitted</p> <p>Optional, Integer 1 - 100</p> |