Fixed
Details
Assignee
Blair McKenzieBlair McKenzieReporter
Rob RohanRob Rohan(Deactivated)Priority
Major
Details
Details
Assignee
Blair McKenzie
Blair McKenzieReporter
Rob Rohan
Rob Rohan(Deactivated)Priority
Created December 9, 2009 at 4:30 AM
Updated July 1, 2010 at 4:30 AM
Resolved July 1, 2010 at 4:30 AM
With the CFC defined as:
===========================
<cfcomponent displayname="FarCry API" hint="The API for all things FarCry"
output="false" bDocument="true" scopelocation="application.fapi">
===========================
The XML produces:
===========================
<package location="core" name="lib">
<component name="fapi" hint="The API for all things FarCry" packagepath="farcry.core.packages.lib.fapi" scopel\ ocation="application.fapi" bDocument="false" bDeprecated="false">
<functions>
<function bdocument="true" bdeprecated="false" returntype="array" license="This file is part o\ f FarCry.
===========================
It would appear that bDocument is always set to false no matter what the bDocument attribute is set to on the CFC