Skip to content

Commit

Permalink
Merge pull request #259 from marquestye/update-docs
Browse files Browse the repository at this point in the history
Attempt to fix diagram not showing up
  • Loading branch information
ji-just-ji authored Nov 14, 2023
2 parents ca4b75e + 7af6974 commit b3c84e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ The format of the `delete` command can be found [here](https://ay2324s1-cs2103t-
The following activity diagrams show the logic of deleting a `Module` from the module plan:

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

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

<br>
Expand Down
1 change: 1 addition & 0 deletions docs/diagrams/InfoCommandSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ deactivate CommandResult

[<-- InfoCommand : result
deactivate InfoCommand
InfoCommand -[hidden]-> CommandResult
destroy InfoCommand

@enduml

0 comments on commit b3c84e8

Please sign in to comment.