Skip to content

Commit

Permalink
Fix width and Ref to delete diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
xCOLOURx committed Nov 14, 2023
1 parent b436e8f commit b24d454
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ execution.

This can be seen in the sequence diagram below

<puml src="diagrams/StorageInitSequenceDiagram.puml" />
<puml src="diagrams/StorageInitUserPrefSequenceDiagram.puml" />
<puml src="diagrams/StorageInitStorageManagerSequenceDiagram.puml" />
<puml src="diagrams/StorageInitSequenceDiagram.puml" width="600"/>
<puml src="diagrams/StorageInitUserPrefSequenceDiagram.puml" width="5500" />
<puml src="diagrams/StorageInitStorageManagerSequenceDiagram.puml" width="400"/>
<puml src="diagrams/StorageInitModulePlanSequenceDiagram.puml" />


Expand Down Expand Up @@ -545,7 +545,6 @@ The following activity diagrams show the logic of deleting a `Module` from the m

<puml src="diagrams/DeleteCommandActivityDiagram.puml" width="600" />

<puml src="diagrams/DeleteCommandActivityDiagram2.puml" width="600" />

<br>

Expand All @@ -563,6 +562,8 @@ The following sequence diagram shows how the `delete` command works:

<puml src="diagrams/DeleteCommandSequenceDiagram.puml" />

<puml src="diagrams/DeleteCommandSequenceDiagram2.puml" width="600" />

<br>

--------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit b24d454

Please sign in to comment.