diff options
Diffstat (limited to 'ext/spl/examples/emptyiterator.inc')
-rwxr-xr-x | ext/spl/examples/emptyiterator.inc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ext/spl/examples/emptyiterator.inc b/ext/spl/examples/emptyiterator.inc index 1a79173938..2402497b4f 100755 --- a/ext/spl/examples/emptyiterator.inc +++ b/ext/spl/examples/emptyiterator.inc @@ -1,6 +1,15 @@ <?php -/** \ingroup Examples +/** @file emptyiterator.inc + * @ingroup Examples + * @brief class EmptyIterator + * @author Marcus Boerger + * @date 2003 - 2004 + * + * SPL - Standard PHP Library + */ + +/** @ingroup Examples * @brief An empty Iterator * @author Marcus Boerger * @version 1.0 |