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:
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).
Environment
None
Attachments
2
Activity
Show:
Rob Rohan
July 1, 2010 at 3:19 AM
I agree, it appears to be fixed now.
Blair McKenzie
July 1, 2010 at 2:14 AM
This does not seem to be an issue with the current version of the plugin.
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).