If you want a programmatic way to generate documentation from a CFC you might look at a custom tag I put together:
http://www.dintenfass.com/cfcdocumenter I haven't built the code to crawl a directory, building documentation, but code here might help you on your way to that. Of course, this won't help you with anything other than CFC's. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ramene Anthony Sent: Wednesday, February 11, 2004 7:15 AM To: [EMAIL PROTECTED] Subject: [CFCDev] Javadoc style parsers for mx teams Team Been looking around lately for a tool similar to Sun's Javadoc for *.cfm, *.cfc files. Pretty much the same style of self documentation whereas, our tool would recurse through the directory structure pulling all defined comments and possibly pushing all that information to an intermediary XML file for custom XSLT transformations (automagically) - I came across Hal's Fusedoc a while back but didn't really like its implementation, not to mention it looked as though that project had been abandoned long ago. I know *.cfc's have built in documentation, but only when pointing to it specifically. Id like the ability to pull all that same documentation from a library of *.cfc's Any tools you've come across that've helped you in development environments would be great. Im currently using CVS and its built-in $Log$ keyword, but it's a bandaid at best. Eclipse pluggin! Best regards, R. Anthony This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
