]> gitweb.factorcode.org Git - factor.git/commitdiff
link tools.deprecation docs into handbook and error-list docs
authorJoe Groff <arcata@gmail.com>
Thu, 20 Aug 2009 21:18:47 +0000 (16:18 -0500)
committerJoe Groff <arcata@gmail.com>
Thu, 20 Aug 2009 21:18:47 +0000 (16:18 -0500)
basis/help/handbook/handbook.factor
basis/ui/tools/error-list/error-list-docs.factor

index a18dcd03f72bd4656fc4ed5f34a92e7e97722b8c..1c633600255fcc9975006396dc975395db082575 100644 (file)
@@ -288,6 +288,7 @@ ARTICLE: "handbook-tools-reference" "Developer tools"
 { $subsection "prettyprint" }
 { $subsection "inspector" }
 { $subsection "tools.annotations" }
+{ $subsection "tools.deprecation" }
 { $subsection "tools.inference" }
 { $heading "Browsing" }
 { $subsection "see" }
index ec96ac4078d67a6650f4d552ae20e9b27d6b9aaf..07c92224b20a7b664d9de50a305a05c9ae7c4911 100644 (file)
@@ -14,6 +14,7 @@ $nl
     { { $image "vocab:ui/tools/error-list/icons/linkage-error.tiff" } "Linkage error" { $link "loading-libs" } }
     { { $image "vocab:ui/tools/error-list/icons/help-lint-error.tiff" } "Help lint failure" { $link "help.lint" } }
     { { $image "vocab:ui/tools/error-list/icons/unit-test-error.tiff" } "Unit test failure" { $link "tools.test" } }
+    { { $image "vocab:ui/tools/error-list/icons/deprecation-note.tiff" } "Deprecated words used" { $link "tools.deprecation" } }
 } ;
 
 ABOUT: "ui.tools.error-list"