Cannot Reproduce
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 12:49 AM
Updated July 1, 2010 at 3:19 AM
Resolved July 1, 2010 at 2:14 AM
the @@description value, when output into the XML document, appears to only use the first description defined in a file. For example, if you look at the fapi documentation you'll find that almost all the descriptions are copies of createUUID:
http://docs.farcrycore.org/trunk/components/farcry-core-packages-lib-fapi.html#RFC822ToDate
http://docs.farcrycore.org/trunk/components/farcry-core-packages-lib-fapi.html#removeMSWordChars
http://docs.farcrycore.org/trunk/components/farcry-core-packages-lib-fapi.html#listSlice
At first I thought this was a copy/paste error, but if you look in the fapi.cfc createUUID is only used on createUUID. I then thought it was an error in the XSLT, but if you look at the XML output from the docs plugin, the createUUID description is repeated through the document (see screen shots).