ASP-DOC will spider all the related files in the system and list all the functions for each file. This will help dramatically, in the documentation process. It will read- in included files and normal links that are relative to the "default" page where you start the crawl. It will simply display a list of external, dependant, files for each file scanned. When ASP-DOC has found all the functions and subs in the file it will list them in a tree structure. ASP-DOC will append a comment block header like the one below, to the file, just in front of the function. '<@@FUNC Foo(bar1,bar2)> '******************************************************************************** ' Description here ' ' @Author Michael ' @Date 1/1/1899 ' @Returns ' @Params bar1 a short single line description ' @Params bar2 another short single line description '*******************************************************************************/ |