bDocument=true not getting to the XML output

Description

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

Environment

None

Activity

Show:

Blair McKenzie July 1, 2010 at 4:30 AM

I have corrected the component parsing and output.

Fixed

Details

Assignee

Reporter

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