remove html tags from PHPDoc blocks

This commit is contained in:
Uwe Tews
2017-11-11 07:11:33 +01:00
parent 96bcbd2221
commit 654659aadf
42 changed files with 134 additions and 134 deletions

View File

@@ -8,8 +8,8 @@
/**
* Smarty {counter} function plugin
* Type: function<br>
* Name: counter<br>
* Type: function
* Name: counter
* Purpose: print out a counter value
*
* @author Monte Ohrt <monte at ohrt dot com>