help-lint-all ( -- ) - Factor Documentation (original) (raw)

help-lint-all ( -- )
Factor handbook » Developer tools » Help system » Help lint tool

Prev: help-lint ( prefix -- )
Next: :lint-failures ( -- )

Vocabulary
help.lint

Word description
Checks all word help and articles in all loaded vocabularies.

Definition

IN: help.lint

: help-lint-all ( -- ) "" help-lint ;