]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deprecation/deprecation-docs.factor
factor: trim using lists
[factor.git] / basis / tools / deprecation / deprecation-docs.factor
index fb3df736f4ef69c0bab0770c0916097254d08392..9f71e109c0da89af3c0b626ed8e57c30c19ebeb4 100644 (file)
@@ -1,12 +1,13 @@
-! (c)2009 Joe Groff bsd license
-USING: help.markup help.syntax kernel words ;
+! Copyright (C) 2009 Joe Groff.
+! See http://factorcode.org/license.txt for BSD license.
+USING: help.markup help.syntax ;
 IN: tools.deprecation
 
 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