Hi, I still have the same issue as before. Here's my diagram:

and here's the code generated:
/**
*
*/
interface SomeInterface {
/**
*
*/
someFunction() : void;
}
In the diagram, a class implement an interface. But it is only interface code which is generated, the class doesn't.
Hi, I still have the same issue as before. Here's my diagram:

and here's the code generated:
/**
*
*/
interface SomeInterface {
}
In the diagram, a class implement an interface. But it is only interface code which is generated, the class doesn't.