-
Notifications
You must be signed in to change notification settings - Fork 12
Check TypeDocTypeExists
github-actions[bot] edited this page Nov 7, 2025
·
1 revision
_method a.b(p1)
## @param {user:non_existing_exemplar} p1
## @return {user:non_existing_exemplar}
_endmethod
This check ensures that all types referenced in type-doc comments actually exist in the codebase. In the example above, both the parameter type and return type refer to a non-existing exemplar.
Note
This page is generated. Any changes made to this page through the wiki will be lost in the future.