Thanks for the answers, I'm now trying the comment thing... but I still have 
some problems: 


Quote:


The comment I fill in in magicdraw comes with <p></p> tags in my code. Can I 
remove those tags somewhere somehow?  



Sure...you need to pass in the htmlStyle as false for the getDocumentation() 
method 
(http://team.andromda.org/docs/andromda-metafacades-uml/xref/org/andromda/metafacades/uml/ModelElementFacade.html)
 


(end of quote)




First I got something like:



/**

* <p>

* the comment

* </p>

*/





With htmlStyle set to false, I get this:



/**

* 

* the comment

* 

*/



... so the tags are replaced by blank lines... that's not exactly what I 
hoped... :-(
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2245#2245
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to