From 201deaaa176532b865ba51269c8dae848f3eb764 Mon Sep 17 00:00:00 2001
From: Shishir Bychapur <95522842+shishirbychapur@users.noreply.github.com>
Date: Tue, 14 Nov 2023 11:20:01 +0800
Subject: [PATCH] Revert "Format DG"
---
docs/DeveloperGuide.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md
index f1172229729..b11a672f5c7 100644
--- a/docs/DeveloperGuide.md
+++ b/docs/DeveloperGuide.md
@@ -80,7 +80,7 @@ Refer to the guide [_Setting up and getting started_](SettingUp.md).
### Architecture
-
The **_Architecture Diagram_** given above explains the high-level design of the App.
@@ -118,7 +118,7 @@ For example, new features can be added to the `Storage` component without affect
The _Sequence Diagram_ below shows how the components interact with each other for the scenario where the user issues
the command `delete 1`.
-
+
Each of the four main components (also shown in the diagram above),
@@ -171,7 +171,7 @@ The `UI` component,
Here's a (partial) class diagram of the `Logic` component:
-
+
The sequence diagram below illustrates the interactions within the `Logic` component, taking `execute("delete 1")` API
call as an example.
@@ -196,7 +196,7 @@ How the `Logic` component works:
Here are the other classes in `Logic` (omitted from the class diagram above) that are used for parsing a user command:
-
+
How the parsing works:
@@ -214,7 +214,7 @@ How the parsing works:
**API
** : [`Model.java`](https://github.com/AY2324S1-CS2103T-F10-2/tp/blob/master/src/main/java/seedu/lovebook/model/Model.java)
-
+
The `Model` component,
@@ -236,7 +236,7 @@ The `Model` component,
**API
** : [`Storage.java`](https://github.com/AY2324S1-CS2103T-F10-2/tp/blob/master/src/main/java/seedu/lovebook/storage/Storage.java)
-
+
The `Storage` component,