Skip to content

Document how to include custom plantuml diagrams into generated javadoc #443

Description

@alexriva

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(...) {
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions