Skip to content

Commit

Permalink
docs: add missing javadoc for viewmodel shape type
Browse files Browse the repository at this point in the history
  • Loading branch information
sillydan1 committed Nov 11, 2023
1 parent 97cbc74 commit 3f5c713
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package dk.gtz.graphedit.viewmodel;

/**
* Viewmodel enumeration of the vertex shapes that are supported
*/
public enum ViewModelShapeType {
/**
* Shape type of rectangles.
Expand Down

0 comments on commit 3f5c713

Please sign in to comment.