I have to have something setup wrong then.

When I use the run.cfm below, it generates the documents, but they do not 
contain any of the information about the cfc's I have written.

Here is my run.cfm

<cfscript>
        colddoc = createObject("component", "ColdDoc").init();

        base = expandPath("/org");
        docs = expandPath("docs");

        colddoc.generate(base, docs, "", "Media Review .63");
</cfscript>


<h1>Done!</h1>

<p>
<a href="/docs/index.html">View Docs</a>
</p> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327798
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to