-
Notifications
You must be signed in to change notification settings - Fork 12
Check DeprecatedMethodUsage
github-actions[bot] edited this page Nov 7, 2025
·
1 revision
_pragma(classify_level=deprecated)
_method exemplar.example_method()
_endmethod
$
_block
_local exem << exemplar
exem.example_method()
_endblock
$
In the example above, the method call
exem.example_method()
is marked as deprecated using the
_pragma(classify_level=deprecated)
directive.
Note
This page is generated. Any changes made to this page through the wiki will be lost in the future.