Skip to content

Commit

Permalink
docs(GraphRepresentation): update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jun 10, 2024
1 parent 7f2d137 commit 7cd31cc
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
import lombok.Value;

/**
* Enum representing a drawable graph with different types of content.
* The graph representation in diagram-as-a-code format.
*/
@Value
public class GraphRepresentation {

/**
* The supported types.
*/
public enum Type {
/**
* A drawable graph using PlantUML syntax.
Expand Down

0 comments on commit 7cd31cc

Please sign in to comment.