tools.deprecation is always loaded now; no need to waffle in the docs
parent
91d12ddc22
commit
f858f8e03b
|
@ -6,7 +6,7 @@ HELP: :deprecations
|
||||||
{ $description "Prints all deprecation notes." } ;
|
{ $description "Prints all deprecation notes." } ;
|
||||||
|
|
||||||
ARTICLE: "tools.deprecation" "Deprecation tracking"
|
ARTICLE: "tools.deprecation" "Deprecation tracking"
|
||||||
"Factor's core syntax defines a " { $link POSTPONE: deprecated } " word that can be applied to words to mark them as deprecated. When the " { $vocab-link "tools.deprecation" } " vocabulary is loaded, notes will be collected and reported by the " { $link "tools.errors" } " mechanism when deprecated words are used to define other words."
|
"Factor's core syntax defines a " { $link POSTPONE: deprecated } " word that can be applied to words to mark them as deprecated. Notes are collected and reported by the " { $link "tools.errors" } " mechanism when deprecated words are used to define other words."
|
||||||
{ $subsections
|
{ $subsections
|
||||||
POSTPONE: deprecated
|
POSTPONE: deprecated
|
||||||
:deprecations
|
:deprecations
|
||||||
|
|
Loading…
Reference in New Issue