summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLSoftButtonCapabilities.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLSoftButtonCapabilities.html')
-rw-r--r--docs/Classes/SDLSoftButtonCapabilities.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/Classes/SDLSoftButtonCapabilities.html b/docs/Classes/SDLSoftButtonCapabilities.html
index ceffe0a47..12b05bc31 100644
--- a/docs/Classes/SDLSoftButtonCapabilities.html
+++ b/docs/Classes/SDLSoftButtonCapabilities.html
@@ -21,9 +21,9 @@
shortPressAvailable
</h3>
- <p>@abstract The button supports a short press.</p>
+ <p>The button supports a short press.</p>
-<p>@discussion Whenever the button is pressed short, onButtonPressed(SHORT) will be invoked.</p>
+<p>Whenever the button is pressed short, onButtonPressed(SHORT) will be invoked.</p>
<p>Required, Boolean</p>
@@ -44,9 +44,9 @@
longPressAvailable
</h3>
- <p>@abstract The button supports a LONG press.</p>
+ <p>The button supports a LONG press.</p>
-<p>@discussion Whenever the button is pressed long, onButtonPressed(LONG) will be invoked.</p>
+<p>Whenever the button is pressed long, onButtonPressed(LONG) will be invoked.</p>
<p>Required, Boolean</p>
@@ -67,9 +67,9 @@
upDownAvailable
</h3>
- <p>@abstract The button supports <q>button down</q> and <q>button up</q>.</p>
+ <p>The button supports <q>button down</q> and <q>button up</q>.</p>
-<p>@discussion Whenever the button is pressed, onButtonEvent(DOWN) will be invoked. Whenever the button is released, onButtonEvent(UP) will be invoked.</p>
+<p>Whenever the button is pressed, onButtonEvent(DOWN) will be invoked. Whenever the button is released, onButtonEvent(UP) will be invoked.</p>
<p>Required, Boolean</p>
@@ -90,7 +90,7 @@
imageSupported
</h3>
- <p>@abstract The button supports referencing a static or dynamic image.</p>
+ <p>The button supports referencing a static or dynamic image.</p>
<p>Required, Boolean</p>