Book a Demo

Author Topic: Use Function macro in addin  (Read 3804 times)

TheTwo

  • EA User
  • **
  • Posts: 39
  • Karma: +0/-0
    • View Profile
Use Function macro in addin
« on: January 28, 2009, 10:06:34 pm »
Hi,

I'm trying to realize an Add-In (C#) that writes an special xml-file. In this file also a javadoc should be inserted.

Is it possible to use the fuction macro JAVADOC_COMMENT to receive e.g. a string with the javadoc of a class in my Add-In?

Thanks for reply
TheTwo  

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Use Function macro in addin
« Reply #1 on: January 29, 2009, 08:12:44 am »
No, unfortunately you can't, so you'll have to manually do it using the API values instead.

Fortunately it is very simple.