You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2016/06/12 16:54:07 UTC

[26/50] incubator-freemarker git commit: (Manual: Version history fix)

(Manual: Version history fix)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/3055ed03
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/3055ed03
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/3055ed03

Branch: refs/heads/2.3
Commit: 3055ed034ec9b040d808265cbb6f0ee11fa2381d
Parents: 56f2d77
Author: ddekany <dd...@apache.org>
Authored: Sat Jun 4 12:06:18 2016 +0200
Committer: ddekany <dd...@apache.org>
Committed: Sat Jun 4 12:06:18 2016 +0200

----------------------------------------------------------------------
 src/manual/en_US/book.xml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/3055ed03/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index c9c2b4a..bb04b0d 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -26579,14 +26579,13 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
 
           <itemizedlist>
             <listitem>
-              <para>Added the <literal>TemplateModelHashEx2</literal>
-              interface which extends <literal>TemplateModelHashEx</literal>
-              with a method for listing the content of the key-value pairs of
-              the hash. (This is utilized by the new hash listing capability
-              of the <link
+              <para>Extended the <link
               linkend="ref.directive.list"><literal>list</literal>
-              directive</link>, but it's not required by it if all keys are
-              strings.)</para>
+              directive</link> to support listing hashes (such as
+              <literal>Map</literal>-s), like <literal>&lt;#list map as k,
+              v&gt;${k}: ${v}&lt;/#list&gt;</literal>, where
+              <literal>k</literal> and <literal>v</literal> is key-value
+              pair.</para>
             </listitem>
           </itemizedlist>
         </section>
@@ -26596,13 +26595,14 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
 
           <itemizedlist>
             <listitem>
-              <para>Extended the <link
+              <para>Added the <literal>TemplateModelHashEx2</literal>
+              interface which extends <literal>TemplateModelHashEx</literal>
+              with a method for listing the content of the key-value pairs of
+              the hash. (This is utilized by the new hash listing capability
+              of the <link
               linkend="ref.directive.list"><literal>list</literal>
-              directive</link> to support listing hashes (such as
-              <literal>Map</literal>-s), like <literal>&lt;#list map as k,
-              v&gt;${k}: ${v}&lt;/#list&gt;</literal>, where
-              <literal>k</literal> and <literal>v</literal> is key-value
-              pair.</para>
+              directive</link>, but it's not required by it if all keys are
+              strings.)</para>
             </listitem>
 
             <listitem>