mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
Some fixes on PhpDocumentor comments. Thanks go to Ruben Vermeersch.
This commit is contained in:
@@ -2179,7 +2179,7 @@ class Smarty_Compiler extends Smarty {
|
||||
|
||||
/**
|
||||
* 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 @@ class Smarty_Compiler extends Smarty {
|
||||
/**
|
||||
* 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)
|
||||
{
|
||||
|
@@ -5,9 +5,6 @@
|
||||
* @subpackage plugins
|
||||
*/
|
||||
|
||||
/**#@+
|
||||
* @access private
|
||||
*/
|
||||
/**
|
||||
* determines if a resource is trusted or not
|
||||
*
|
||||
|
@@ -1,4 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Smarty plugin
|
||||
* @package Smarty
|
||||
* @subpackage plugins
|
||||
*/
|
||||
|
||||
/**
|
||||
* Smarty {assign} compiler function plugin
|
||||
|
Reference in New Issue
Block a user