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 2015/12/30 19:11:31 UTC

[11/35] incubator-freemarker git commit: (Missing version history entry)

(Missing version history entry)


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

Branch: refs/heads/2.3
Commit: 2944148e0d0b16e2056cd4833e2cf64ad2deb739
Parents: 7b0a1c4
Author: ddekany <dd...@apache.org>
Authored: Mon Dec 21 18:20:39 2015 +0100
Committer: ddekany <dd...@apache.org>
Committed: Mon Dec 21 18:20:39 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/2944148e/src/manual/en_US/book.xml
----------------------------------------------------------------------
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index b997455..295f043 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -26579,6 +26579,12 @@ TemplateModel x = env.getVariable("x");  // get variable x</programlisting>
                   <literal>BigDecimal</literal> and <literal>bi</literal> for
                   <literal>BigInteger</literal>.</para>
                 </listitem>
+
+                <listitem>
+                  <para>Public static fields can be referred, like
+                  <literal>com.example.MyClass.MY_CONSTANT</literal> or
+                  <literal>Configuration.AUTO_DETECT_TAG_SYNTAX</literal>.</para>
+                </listitem>
               </itemizedlist>
             </listitem>
           </itemizedlist>