Is it possible to add custom plantUml diagrams in the generated javadoc ? Example ``` ... public class Test { /** * A method with custom plantuml sequence diagram * @startuml * actor1 -> actor2 : call method * @enduml */ public void method1(...) { ... ```
Is it possible to add custom plantUml diagrams in the generated javadoc ?
Example