Some fixes on PhpDocumentor comments. Thanks go to Ruben Vermeersch.

This commit is contained in:
messju
2004-07-20 11:51:05 +00:00
parent 64e51b0e1e
commit 9942c8b42f
3 changed files with 8 additions and 6 deletions

View File

@@ -2179,7 +2179,7 @@ class Smarty_Compiler extends Smarty {
/** /**
* push opening tag-name, file-name and line-number on the tag-stack * 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) function _push_tag($open_tag)
{ {
@@ -2189,8 +2189,8 @@ class Smarty_Compiler extends Smarty {
/** /**
* pop closing tag-name * pop closing tag-name
* raise an error if this stack-top doesn't match with the closing tag * raise an error if this stack-top doesn't match with the closing tag
* @param: string the closing tag's name * @param string the closing tag's name
* @return: string the opening tag's name * @return string the opening tag's name
*/ */
function _pop_tag($close_tag) function _pop_tag($close_tag)
{ {

View File

@@ -5,9 +5,6 @@
* @subpackage plugins * @subpackage plugins
*/ */
/**#@+
* @access private
*/
/** /**
* determines if a resource is trusted or not * determines if a resource is trusted or not
* *

View File

@@ -1,4 +1,9 @@
<?php <?php
/**
* Smarty plugin
* @package Smarty
* @subpackage plugins
*/
/** /**
* Smarty {assign} compiler function plugin * Smarty {assign} compiler function plugin