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." } ;
|
||||
|
||||
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
|
||||
POSTPONE: deprecated
|
||||
:deprecations
|
||||
|
|
Loading…
Reference in New Issue