Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae 1cb67f87c -> 9af0b319e
Manual: Documented comment usage inside expressions Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/9af0b319 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/9af0b319 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/9af0b319 Branch: refs/heads/2.3-gae Commit: 9af0b319e434be4b4e19d6cfcd118414a8b6618a Parents: 1cb67f8 Author: ddekany <[email protected]> Authored: Sat Oct 14 22:23:55 2017 +0200 Committer: ddekany <[email protected]> Committed: Sat Oct 14 22:23:55 2017 +0200 ---------------------------------------------------------------------- src/manual/en_US/book.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/9af0b319/src/manual/en_US/book.xml ---------------------------------------------------------------------- diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml index 3d74ed3..59ce86b 100644 --- a/src/manual/en_US/book.xml +++ b/src/manual/en_US/book.xml @@ -4038,6 +4038,10 @@ ${("green " + "mouse")?upper_case} <#-- GREEN MOUSE --> <section xml:id="dgui_template_exp_comment"> <title>Comments in expressions</title> + <indexterm> + <primary>comment</primary> + </indexterm> + <para>Expression may contain comments anywhere where they can contain ignored white-space (<link linkend="dgui_template_exp_whitespace">see above</link>). Comments
