From 956781cf9f5f33cf140530456757c85403c6b1d8 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 21 Sep 2016 19:02:40 +0000 Subject: [PATCH] Update wikipage Code Templates. (Signed-off-by:javier). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1627 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstudio-editor/Code-Templates.wiki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki index 99acabce..2a60f8f7 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki @@ -71,7 +71,8 @@ feature -- Templates slice_maximum (low, high: INTEGER): T -- Get the maximum of an array, - -- where the interval is defined by default by array.lower |..| array.upper. + -- where the interval is defined by default + -- by array.lower |..| array.upper. note tags: "Algorithm, Maximum, ARRAY" default: "target.lower, target.upper"