-
Notifications
You must be signed in to change notification settings - Fork 12
Check TypeDoc
github-actions[bot] edited this page Nov 7, 2025
·
5 revisions
For more information on how to write good TypeDoc, view the Wiki.
_method object.do_something(param1)
## This method does something.
## Then it returns _true.
return _true
_endmethod
_method object.do_something(param1)
## This method does something.
## @param {sw:char16_vector} param1 This parameter is used to do domething.
## @return {sw:true|sw:false} True if successful, false if not.
_return _true
_endmethod
def_slotted_exemplar(
:test_exemplar,
{
{:slot1, _unset}
})
## @slot {sw:rope} slot1 Slot 1.
def_slotted_exemplar(
:test_exemplar,
{
{:slot1, _unset}
})
Note
This page is generated. Any changes made to this page through the wiki will be lost in the future.