CFC Component Doc Static Generator
The componentDoc in the CFIDE/ComponentUtils is a nifty little utility for browsing your CFC's. The standard 3 frame viewer generates the views on demand. I've extended the componentDoc by building a static generator which takes selected packages and generates static html output for offline viewing and delivering documentation when a ColdFusion server isn't available.
Each run of the generator will store the output into a content folder within the componentUtils directory, using a UUID for the generation run, followed by the specified name to use for the package as well as a zip file containing the generated content. Just place the generator files into the /CFIDE/ComponentUtils/ directory and call the generator.cfm file.
You can download it here.






