]> gitweb.factorcode.org Git - factor.git/blob - core/parser/notes/notes-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / core / parser / notes / notes-docs.factor
1 USING: help.markup help.syntax io parser.notes ;
2 IN: parser.notes
3
4 HELP: parser-quiet?
5 { $var-description "A boolean controlling whether the parser will print various notes. Switched on by default. If a source file is being run for its effect on " { $link output-stream } ", this variable should remain switched on, to prevent parser notes from polluting the output." } ;