Skip to content

Commit

Permalink
Merge pull request #269 from bennyLCK/branch-b-DeveloperGuide
Browse files Browse the repository at this point in the history
Edit size of Model Class diagram
  • Loading branch information
Ko-Khan authored Apr 15, 2024
2 parents 3ab7513 + 747181f commit 2f28541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ How the parsing works:
### Model component
**API** : [`Model.java`](https://github.com/se-edu/addressbook-level3/tree/master/src/main/java/seedu/address/model/Model.java)

<puml src="diagrams/ModelClassDiagram.puml" width="1500" height="1000" />
<puml src="diagrams/ModelClassDiagram.puml" width="1500" />


The `Model` component,
Expand Down
2 changes: 1 addition & 1 deletion docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ skinparam arrowColor MODEL_COLOR
skinparam classBackgroundColor MODEL_COLOR


Package Model as ModelPackage <<Rectangle>>{
Package <size:30>Model</size> as ModelPackage <<Rectangle>>{
Class "<<interface>>\nReadOnlyAddressBook" as ReadOnlyAddressBook
Class "<<interface>>\nReadOnlyArticleBook" as ReadOnlyArticleBook
Class "<<interface>>\nReadOnlyUserPrefs" as ReadOnlyUserPrefs
Expand Down

0 comments on commit 2f28541

Please sign in to comment.