Part of the FuseBox spec is a doc format called FuseDoc, which aims to the same ideals, although using XML, rather than javadoc syntax. There are tools out there to convert to HTML docs if you want. Also, since it's XML, it's a snap to manually create whatever reports you're looking for with CFMX's XML functions (xmlTransform() in particular).
The format is FuseBox-centric (as would be expected), but it could easily be used for non-fusebox apps without a lot of trouble. The DTD is available at: http://fusedoc.org/index.cfm?fuseaction=download.dtd barneyb > -----Original Message----- > From: Everett, Al [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 8:13 AM > To: CF-Talk > Subject: RE: Documentation examples > > > > There is a version of JavaDoc for UDFs call UDFDoc. There is > > even a tool > > to generate docs from it. This can be downloaded from cflib.org. > > Has anybody done anything similar for regular CF templates? Obviously > nothing can inspect what's going on in the template like you can with a > function, but a way to format the CFML comment at the top of the > page so it > can be parsed and displayed would be helpful. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

