Skip to content

Commit

Permalink
updated uml generation to include private methodes too
Browse files Browse the repository at this point in the history
  • Loading branch information
BeierKevin committed Apr 21, 2024
1 parent 8e73768 commit 1fb26a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-uml.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generate UML diagrams using puml-gen for a .NET project

dotnet puml-gen ./src ./uml -dir -public -createAssociation
dotnet puml-gen ./src ./uml -dir -createAssociation

# Command breakdown:
# dotnet puml-gen ./src ./uml -dir -public -createAssociation
Expand Down

0 comments on commit 1fb26a2

Please sign in to comment.