Skip to content

Check TypeDoc

github-actions[bot] edited this page Mar 6, 2024 · 2 revisions

Method/procedure/slotted exemplar is missing documentation.

Compliant Solution

_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

NOTE: This page is generated. Any changes made to this page through the wiki will be lost in the future.