Skip to content

Commit

Permalink
Update Docs (#140)
Browse files Browse the repository at this point in the history
* Docs: fix tag error
  • Loading branch information
bryanwongweiheng authored Nov 12, 2018
1 parent 86d9f46 commit 9056b48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ backing the search result panel.

// end::FuzzySearch[]

// tag:CalendarModel[]
// tag::CalendarModel[]
=== Calendar Model
==== Implementation

Expand Down Expand Up @@ -667,7 +667,7 @@ containing the target date.
display the specified date and time.
// end::calendardisplay[]

// tag::parsing
// tag::parsing[]
=== SchedulerParser

==== Current Implementation
Expand All @@ -685,8 +685,7 @@ identified by two words. Some commands such as `help` and `exit` are not specifi

One other alternative is to keep the commands to one word and split these words by a delimiter such as a dash (`-`) e
.g. `add-event`. However this is assumed to be less natural to the end user.

// end::parsing
// end::parsing[]

// tag::undoredo[]
=== Undo/Redo feature
Expand Down
4 changes: 3 additions & 1 deletion docs/team/bryanwongweiheng.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ include::../UserGuide.adoc[tag=select]
|_Given below are sections I contributed to the Developer Guide. They showcase my ability to write technical documentation and the technical depth of my contributions to the project._
|===

include::../DeveloperGuide.adoc[tag=CalendarModel]

include::../DeveloperGuide.adoc[tag=parsing]

include::../DeveloperGuide.adoc[tag=CalendarModel]

0 comments on commit 9056b48

Please sign in to comment.