From 13a88cab7108843559d132f862203a6934e24ca3 Mon Sep 17 00:00:00 2001 From: pete_morgan Date: Wed, 15 Mar 2006 00:41:59 +0000 Subject: [PATCH] more examples --- .../language-syntax-comments.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) 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 935a8585..fd53d611 100644 --- a/docs/en/designers/language-basic-syntax/language-syntax-comments.xml +++ b/docs/en/designers/language-basic-syntax/language-syntax-comments.xml @@ -16,21 +16,29 @@ -{* I am a smarty comment, I dont exist in the compiled output *} +{* I am a Smarty comment, I don't exist in the compiled output *} -{* another single smarty line comment *} - +{* another single line smarty comment *} + {* this multiline smarty comment is not sent to browser *} +{********************************************************* +Multi line comment block with credits block + @ author: bg@example.com + @ maintainer: support@example.com + @ para: var that sets block style + @ css: the style output +**********************************************************} + {* include the header file *} {include file='header.tpl'} -{* Dev note: $includeFile is assigned in foo.php script *} +{* Dev note: the $includeFile is assigned in foo.php script *} {include file=$includeFile} @@ -41,6 +49,9 @@ *} +{* for cvs/svn users - here's the tag for the template *} +{* $Id$ *} + ]]>