Skip to content

Commit

Permalink
Merge pull request #279 from iynixil/232-dg-pagebreaks
Browse files Browse the repository at this point in the history
Remove some page break
  • Loading branch information
Pluiexo authored Apr 15, 2024
2 parents d050397 + ca8f7ed commit 138ae5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ Below is the sequence diagram for parsing inputs with `AddMeetingCommandParser`
<br> Similarly, the sequence diagram for parsing inputs with `DeleteMeetingCommandParser` executing `meeting-delete 1 i/1`:
<br>![DeleteMeetingCommandParser Sequence Diagram](images/DeleteMeetingParserSequenceDiagram.png)
<br><br>
<div style="page-break-after: always;"></div>
After parsing, the commands are executed by the logic manager as show below. (Execute in the diagrams below comes form the logic manager)
<br> Below is the sequence diagram for adding meeting with `AddMeetingCommand`:
<br>![AddMeetingCommand Sequence Diagram](images/AddMeetingSequenceDiagram.png)
Expand Down

0 comments on commit 138ae5e

Please sign in to comment.