Skip to content

Check SwMethodDoc

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

Method is missing documentation.

Compliant Solution

_method object.do_something(param1)
  ## This function does something with PARAM1.
  ## Then it returns _true.
  return _true
_endmethod

Note that parameters must occur in uppercase in the method documentation.

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