| Georgetown University | Home | A-Z Index | Contents | Directories | Search |
UIS
» Web development »
Web
application development » ColdFusion
» FuseBoxDocumenting your application |
|
FuseBox developers have created extensive standards for documenting ColdFusion FuseBox applications, particularly in the context of collaborative application development. If you have extensive documentation needs, we recommend the FuseDoc tutorial by Hal Helms. This page provides recommendations for basic documentation needs. Documentation for applications is generally included in the ColdFusion files themselves, mainly because they are most likely to be around in the future when the documentation is needed. Documentation is included as a comment using the <!--- and ---> tags. Documentation for a CFML file should contain some or all of the following information:
The following is an example of documentation for a file that verifies a login submitted on a form:
|
| © Copyright 2001, Georgetown University |