Forum Discussion

chris441's avatar
chris441
Occasional Visitor
3 years ago

Is there a way, to include javadoc comments in generated typescript interfaces ?

for example, I had a class     /** a fancy test class */ class Test { /** * a very magically id Attribute */ int id; /** * and also a String.... */ String someAttribute = "test";...