$annotation-usage ( element -- )


Vocabulary
annotations

Definition
USING: annotations.private combinators.smart help.markup kernel
sequences ;

IN: annotations

: $annotation-usage ( element -- )
first [
[
"Returns a list of words, help articles, and vocabularies that contain "
] dip [
comment-word <$link>
" annotations. For a more user-friendly display, use the "
] [ comment-usage.-word <$link> " word." ] bi
] output>array $description ;