PHPdoc errors
[email protected] (Ruben Vermeersch)
| Newsgroups | php.smarty.dev |
|---|---|
| Message-ID | <1090314605.30850.1.camel@ruben> |
While i was working on my latest project i got some PhpDocumentor errors. The patch in the attachment should fix these. Greetings, Ruben -- Ruben Vermeersch http://www.Lambda1.be/
smarty-phpdoc-fixes.diff
(text/x-patch, 1.5 KB)
Index: plugins/compiler.assign.php
===================================================================
--- plugins/compiler.assign.php (revision 14)
+++ plugins/compiler.assign.php (working copy)
@@ -1,4 +1,9 @@
<?php
+/**
+ * Smarty plugin
+ * @package Smarty
+ * @subpackage plugins
+ */
/**
* Smarty {assign} compiler function plugin
Index: Smarty_Compiler.class.php
===================================================================
--- Smarty_Compiler.class.php (revision 14)
+++ Smarty_Compiler.class.php (working copy)
@@ -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)
{
Index: core/core.is_trusted.php
===================================================================
--- core/core.is_trusted.php (revision 14)
+++ core/core.is_trusted.php (working copy)
@@ -5,9 +5,6 @@
* @subpackage plugins
*/
-/**#@+
- * @access private
- */
/**
* determines if a resource is trusted or not
*
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBA/OFt4xxhPkoR/ZURAggwAJ0WSRS/SREpaMbCyJqZkX+iZYgX3QCgmaNF Iy2layUf1BxUrlTtLIb5rbs= =auVY -----END PGP SIGNATURE-----