Book a Demo

Author Topic: Function macro XML_COMMENT: documentation?  (Read 7380 times)

adarjo

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Function macro XML_COMMENT: documentation?
« on: July 03, 2009, 05:56:02 pm »
Hi there,

is there any detailed documentation available for the function macro XML_COMMENT?

The EA user guid describes the macro rather short:
"Converts the notes for the element currently in scope to XML-style comments"

By doing reverse engineering, I've found out that XML-Comment elements like <remarks>, <exception>, ... are imported into the Notes tab as "@remark ..." , "@exception ...", ...

I would appreciate a full documentation of the XML_COMMENT macro that tells how to write contents into the Notes tab that can be transformed to XML comments using all available elements.