Interface description doc comments first line.
Additional interface description documentation comments.
read_only_property():ExampleEnum | read only Public read-only property doc comments first line. |
legacy_property():String | deprecated v2.1.3 read only Unfashionable old property. |
interface_method(param1:String, ...rest:Vector.<Object>):void | Public interface method doc comments first line. |
public read_only_property():ExampleEnum
Public read-only property doc comments first line.
returns ExampleEnum | An enumeration value |
public legacy_property():String
Unfashionable old property.
returns String | A string value |
public function interface_method(param1:String, ...rest:Vector.<Object>):void
Public interface method doc comments first line.
This method has one required first parameter,
and can accept any number of additional params via the rest arg (...
).
param1:String | The first parameter (required) |
...rest:Vector.<Object> | optional Any additional params (optional)
|
lsdoc
2018 pixeldroid
https://github.com/pixeldroid/lsdoc |
programming pages theme v0.5.10 (https://github.com/pixeldroid/programming-pages) |
s |
focus search bar ( enter to select, ▲ / ▼ to change selection) |
g a |
go to api |
g e |
go to examples |
g g |
go to guides |
h |
toggle this help ( esc also exits) |