diff --git a/docs/en/designers/language-basic-syntax/language-syntax-comments.xml b/docs/en/designers/language-basic-syntax/language-syntax-comments.xml index 7e5ebea1..17ad810e 100644 --- a/docs/en/designers/language-basic-syntax/language-syntax-comments.xml +++ b/docs/en/designers/language-basic-syntax/language-syntax-comments.xml @@ -16,14 +16,17 @@ -{* a single line comment *} +{* I am a smarty comment ... I dont exist in your html output ;-) *} -{* this multiline +{* another single smarty line comment, me not even in the compiled template *} + + +{* this multiline smarty comment is not sent to browser *} -{* include the header file here *} +{* include the header file here which is not *} {include file='header.tpl'} @@ -31,8 +34,6 @@ {include file=$includeFile} -{include file=#includeFile#} - {* this