Book a Demo

Author Topic: Templates  (Read 2493 times)

Jonathan Dumaresq

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Templates
« on: October 09, 2014, 07:52:28 am »
Hi,

I'm new to sparx EA and I started using the génération of the docx documents.

I have a simple class that I want to generate it's attributes and operation.

I would like to know if it's possible to use 2 times some "tags".

like for each operation:

Code: [Select]
methode>
{Meth.Name}(
parameter>{MethParameter.Name} : {MethParameter.Type}<parameter):{Meth.Type}

.... some other thing.....

Parameters:
parameter>
{MethParameter.Name} : {MethParameter.Type} | {MethParameter.notes
< parameter
      
{Meth.Notes}
<methode

is this possible to do ?

regards

Jonathan