cvs: smarty /libs Smarty_Compiler.class.php /libs/core core.is_trusted.php /libs/plugins compiler.assign.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1090324265@cvsserver> |
messju Tue Jul 20 07:51:05 2004 EDT
Modified files:
/smarty/libs/plugins compiler.assign.php
/smarty/libs Smarty_Compiler.class.php
/smarty/libs/core core.is_trusted.php
Log:
Some fixes on PhpDocumentor comments. Thanks go to Ruben Vermeersch.
http://cvs.php.net/diff.php/smarty/libs/plugins/compiler.assign.php?r1=1.1&r2=1.2&ty=u
Index: smarty/libs/plugins/compiler.assign.php
diff -u smarty/libs/plugins/compiler.assign.php:1.1 smarty/libs/plugins/compiler.assign.php:1.2
--- smarty/libs/plugins/compiler.assign.php:1.1 Mon Nov 24 10:37:03 2003
+++ smarty/libs/plugins/compiler.assign.php Tue Jul 20 07:51:05 2004
@@ -1,4 +1,9 @@
<?php
+/**
+ * Smarty plugin
+ * @package Smarty
+ * @subpackage plugins
+ */
/**
* Smarty {assign} compiler function plugin
http://cvs.php.net/diff.php/smarty/libs/Smarty_Compiler.class.php?r1=1.326&r2=1.327&ty=u
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.326 smarty/libs/Smarty_Compiler.class.php:1.327
--- smarty/libs/Smarty_Compiler.class.php:1.326 Mon Jul 12 11:22:56 2004
+++ smarty/libs/Smarty_Compiler.class.php Tue Jul 20 07:51:05 2004
@@ -26,7 +26,7 @@
* @package Smarty
*/
-/* $Id: Smarty_Compiler.class.php,v 1.326 2004/07/12 15:22:56 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.327 2004/07/20 11:51:05 messju Exp $ */
/**
* Template compiling class
@@ -2179,7 +2179,7 @@
/**
* push opening tag-name, file-name and line-number on the tag-stack
- * @param: string the opening tag's name
+ * @param string the opening tag's name
*/
function _push_tag($open_tag)
{
@@ -2189,8 +2189,8 @@
/**
* pop closing tag-name
* raise an error if this stack-top doesn't match with the closing tag
- * @param: string the closing tag's name
- * @return: string the opening tag's name
+ * @param string the closing tag's name
+ * @return string the opening tag's name
*/
function _pop_tag($close_tag)
{
http://cvs.php.net/diff.php/smarty/libs/core/core.is_trusted.php?r1=1.4&r2=1.5&ty=u
Index: smarty/libs/core/core.is_trusted.php
diff -u smarty/libs/core/core.is_trusted.php:1.4 smarty/libs/core/core.is_trusted.php:1.5
--- smarty/libs/core/core.is_trusted.php:1.4 Sat Oct 11 04:55:53 2003
+++ smarty/libs/core/core.is_trusted.php Tue Jul 20 07:51:05 2004
@@ -5,9 +5,6 @@
* @subpackage plugins
*/
-/**#@+
- * @access private
- */
/**
* determines if a resource is trusted or not
*
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php