DocItOut is a tool for generating web documentation in HTML format based on the comments and statements in the SAS source code. The syntax for these comments are 100% compatible with SAS... in another word, your SAS program will run normally even after you have inserted these comments. By specifying the root directory of your project source codes, DocItOut recursively traverses each subdirectory and parses the comments and statements from each SAS file, which has ".sas" suffix. Other file formats will be ignored. Then, DocItOut generates a web documentation in a specified directory. Please assure that DocItOut does not and will never alter your SAS files.... read more
DocItOut is a tool for generating web documentation in HTML format based on the comments and statements in the SAS source code. The syntax for these comments are 100% compatible with SAS... in another word, your SAS program will run normally even after you have inserted these comments. By specifying the root directory of your project source codes, DocItOut recursively traverses each subdirectory and parses the comments and statements from each SAS file, which has ".sas" suffix. Other file formats will be ignored. Then, DocItOut generates a web documentation in a specified directory. Please assure that DocItOut does not and will never alter your SAS files.... read more