cvs: smarty /docs/en/designers/language-basic-syntax language-syntax-comments.xml

[email protected] ("Peter 'Mash' Morgan") Tue, 07 Mar 2006 02:00:17 -0000
Newsgroups php.smarty.cvs
Message-ID <cvspete_morgan1141696817@cvsserver>
pete_morgan		Tue Mar  7 02:00:17 2006 UTC

  Modified files:              
    /smarty/docs/en/designers/language-basic-syntax	
                                                   	language-syntax-comments.xml 
  Log:
  
  
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/designers/language-basic-syntax/language-syntax-comments.xml?r1=1.5&r2=1.6&diff_format=u
Index: smarty/docs/en/designers/language-basic-syntax/language-syntax-comments.xml
diff -u smarty/docs/en/designers/language-basic-syntax/language-syntax-comments.xml:1.5 smarty/docs/en/designers/language-basic-syntax/language-syntax-comments.xml:1.6
--- smarty/docs/en/designers/language-basic-syntax/language-syntax-comments.xml:1.5	Sat Feb 18 13:43:35 2006
+++ smarty/docs/en/designers/language-basic-syntax/language-syntax-comments.xml	Tue Mar  7 02:00:17 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <sect1 id="language.syntax.comments">
  <title>Comments</title>
  <para>
@@ -16,14 +16,17 @@
   <programlisting>
 <![CDATA[
 <body>
-{* 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  *}
+<!-- Yep me the another html comment and me sent to le browser -->
+
+{* 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 @@
 <!-- this html comment is sent to browser -->
 {include file=$includeFile}
 
-{include file=#includeFile#}
-
 {* this <select> block is redundant *}
 {*
 <select name="company">