Skip to content

Commit

Permalink
Merge pull request #201 from jtankw3/master
Browse files Browse the repository at this point in the history
Fix formatting issues with documentation
  • Loading branch information
JonathanLeeWH authored Apr 15, 2019
2 parents b1f9594 + 9c0db5b commit 1e1894f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,6 @@ Expected: batch is removed from batch table shown in the information panel. Deta
Expected: batch is added to batch table shown in the information panel. Details of the added batch shown in the status message. Total quantity should increase by `1`. Next expiry should be updated if batch removed had the closest expiry date. Filtered list should remain filtered.
.. Test case: `update 1 b/E q/1 e/1/1/2020 b/F b/G q/2 e/2/1/2020` (more than one valid input) +
Expected: batch `G` is added to batch table shown in the information panel as last valid input is taken. Details of the added batch shown in the status message. Total quantity should increase by `2`. Next expiry of medicine should change if `02/01/2020` is earlier. Filtered list should remain filtered.
=======

// tag::exportcommandtest[]
=== Exporting as CSV file format
Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Import of pictures to aid in the medicine identification.
*Command Format*
* Words in `UPPER_CASE` are the parameters to be supplied by the user e.g. in `add n/NAME`, `NAME` is a parameter which can be used as `add n/Paracetamol`.
* Items in square brackets are optional e.g `e.g n/NAME [t/TAG] can be used as `n/Paracetamol t/fever` or as `n/Paracetamol`.
* Items in square brackets are optional e.g `n/NAME [t/TAG]` can be used as `n/Paracetamol t/fever` or as `n/Paracetamol`.
* Items with `…`​ after them can be used multiple times including zero times e.g. `[t/TAG]…` can be used as `{nbsp}` (i.e. 0 times), `t/fever, t/painkiller t/inflammation` etc..
* Parameters can be in any order e.g. if the command specifies `n/NAME c/COMPANY_NAME`, `c/COMPANY_NAME n/NAME` is also acceptable.
* `INDEX` refers to the index number shown in the displayed medicine list. The index *must be a positive integer* 1, 2, 3, ...
Expand Down

0 comments on commit 1e1894f

Please sign in to comment.