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 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: + | ++ + |
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.