diff options
Diffstat (limited to 'ext/spl/examples/appenditerator.inc')
-rwxr-xr-x | ext/spl/examples/appenditerator.inc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ext/spl/examples/appenditerator.inc b/ext/spl/examples/appenditerator.inc index edc80410df..d2d5c8dd0b 100755 --- a/ext/spl/examples/appenditerator.inc +++ b/ext/spl/examples/appenditerator.inc @@ -1,6 +1,15 @@ <?php -/** \ingroup Examples +/** @file appenditerator.inc + * @ingroup Examples + * @brief class AppendIterator + * @author Marcus Boerger + * @date 2003 - 2004 + * + * SPL - Standard PHP Library + */ + +/** @ingroup Examples * @brief Iterator that iterates over several iterators one after the other * @author Marcus Boerger * @version 1.0 |