Browse Source

- Update docu

PHP-5.1
Marcus Boerger 22 years ago
parent
commit
b87f16bfbe
  1. 2
      ext/spl/internal/infiniteiterator.inc
  2. 2
      ext/spl/internal/norewinditerator.inc

2
ext/spl/internal/infiniteiterator.inc

@ -9,7 +9,7 @@
* SPL - Standard PHP Library
*/
/** @ingroup Examples
/** @ingroup SPL
* @brief An infinite Iterator
* @author Marcus Boerger
* @version 1.1

2
ext/spl/internal/norewinditerator.inc

@ -9,7 +9,7 @@
* SPL - Standard PHP Library
*/
/** @ingroup Examples
/** @ingroup SPL
* @brief An Iterator wrapper that doesn't call rewind
* @author Marcus Boerger
* @version 1.1

Loading…
Cancel
Save