From dc6f79ea9897596f9431a4bc48ae579f4380902f Mon Sep 17 00:00:00 2001 From: Marcus Koh Date: Sun, 11 Nov 2018 22:04:59 +0800 Subject: [PATCH] kohchihao.adoc: Add order done --- docs/UserGuide.adoc | 3 ++- docs/team/kohchihao.adoc | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/UserGuide.adoc b/docs/UserGuide.adoc index d60ad5f60896..a65ae2d7e840 100644 --- a/docs/UserGuide.adoc +++ b/docs/UserGuide.adoc @@ -433,6 +433,7 @@ Examples: Assigns order number 1 and 2 to delivery man number 2. // end::assignfeature[] +// tag::orderdone[] === Mark an order as completed : `/order done` `[Since v1.4]` Mark an order as completed. @@ -453,7 +454,7 @@ Examples: `/assign d/2 o/1` + `/order done 1` Mark order number 1 as completed. - +// end::orderdone[] === Listing entered commands : `/history` `[Since v1.1]` diff --git a/docs/team/kohchihao.adoc b/docs/team/kohchihao.adoc index ef79a1e75a08..7e393ef2f5b7 100644 --- a/docs/team/kohchihao.adoc +++ b/docs/team/kohchihao.adoc @@ -68,6 +68,8 @@ include::../UserGuide.adoc[tag=login] include::../UserGuide.adoc[tag=logout] +include::../UserGuide.adoc[tag=orderdone] + == Contributions to Developer Guide |===