diff --git a/docs/external.html b/docs/external.html index 468b20664..e756aab51 100644 --- a/docs/external.html +++ b/docs/external.html @@ -5180,6 +5180,55 @@ valign="top" align="left"> Revised BSD + + +

+ + spell +

+

Spell Check checks the spelling of all files in a directory. Code is broken into + single words and compared to a dictionary. If the words are not in the dictionary + they are written to a file.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + +
+ URL: + + http://robmayhew.com/antspell/antspelltask.html +
+ Contact: + + Rob Mayhew +
+ License: + + +

diff --git a/xdocs/external.xml b/xdocs/external.xml index 11381612e..484d7929f 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -2809,6 +2809,31 @@ + +

Spell Check checks the spelling of all files in a directory. Code is broken into + single words and compared to a dictionary. If the words are not in the dictionary + they are written to a file.

+ + + + + + + + + + + + + + + + + + +
Compatibility:
URL:http://robmayhew.com/antspell/antspelltask.html
Contact:Rob Mayhew
License:
+
+

SQL Compiler (SQLC) compiles database metadata and SQL statements into data access and data transfer classes.