Skip to content

Check TypeDocTypeExists

github-actions[bot] edited this page Nov 7, 2025 · 1 revision

type-doc-type-exists - Type-doc Type Exists

Explanation

_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.

Clone this wiki locally