deprecation docs
parent
400c89daf0
commit
2760079b65
|
@ -0,0 +1,13 @@
|
|||
! (c)2009 Joe Groff bsd license
|
||||
USING: help.markup help.syntax kernel words ;
|
||||
IN: deprecation
|
||||
|
||||
HELP: :deprecations
|
||||
{ $description "Prints all deprecation notes." } ;
|
||||
|
||||
ARTICLE: "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 "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."
|
||||
{ $subsection POSTPONE: deprecated }
|
||||
{ $subsection :deprecations } ;
|
||||
|
||||
ABOUT: "deprecation"
|
Loading…
Reference in New Issue