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/10/23 13:23:29 UTC

incubator-freemarker git commit: Manual: Added missing "since" to outputformat documentation

Repository: incubator-freemarker
Updated Branches:
  refs/heads/2.3-gae 3ccd9e4cf -> bc5f45b1b


Manual: Added missing "since" to outputformat documentation


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

Branch: refs/heads/2.3-gae
Commit: bc5f45b1b498fd2c5d8d2ff38f414551241520e7
Parents: 3ccd9e4
Author: ddekany <dd...@apache.org>
Authored: Sun Oct 23 15:22:31 2016 +0200
Committer: ddekany <dd...@apache.org>
Committed: Sun Oct 23 15:22:31 2016 +0200

----------------------------------------------------------------------
 src/manual/en_US/book.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/bc5f45b1/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 38741d3..e592d47 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -21355,8 +21355,10 @@ ${"&amp;"}</programlisting>
             </listitem>
           </itemizedlist>
 
-          <para>Camel case name variant:
-          <literal>outputFormat</literal></para>
+          <para>Camel case name variant: <literal>outputFormat</literal><note>
+              <para><literal>outputformat</literal> exists since FreeMarker
+              2.3.24.</para>
+            </note></para>
         </section>
 
         <section>