prefix-help-coverage. ( prefix-spec private? -- )


Vocabulary
help.lint.coverage

Inputs
prefix-speca vocab or a string
private?a boolean


Outputs
None

Word description
Prettyprints a help coverage report of prefix-spec to output-stream.

Examples
USING: help.lint.coverage ; "english" t prefix-help-coverage.
[english] ?plural-article: full help coverage [english] ?pluralize: full help coverage [english] a/an: full help coverage [english] a10n: full help coverage [english] comma-list: full help coverage [english] count-of-things: full help coverage [english] plural?: full help coverage [english] pluralize: full help coverage [english] singular?: full help coverage [english] singularize: full help coverage [english] vowel?: needs help sections: $values, $description, and $examples [english] vowels: needs help sections: $values, $description, and $examples [english.private] $0-plurality: needs help sections: $values, $description, and $examples [english.private] $keep-case: needs help sections: $values, $description, and $examples [english.private] match-case: needs help sections: $values, $description, and $examples [english.private] plural-to-singular: needs help sections: $values, $description, and $examples [english.private] singular-to-plural: needs help sections: $values, $description, and $examples 58.8% of words have complete documentation


See also
word-help-coverage., vocab-help-coverage.

Definition