diff options
author | Marcus Boerger <helly@php.net> | 2004-10-31 19:51:34 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-10-31 19:51:34 +0000 |
commit | b87f16bfbe3b531b87fe4d1a957fa82e91acf9f2 (patch) | |
tree | 631efa658af931772c176d67ffd72f43cdcef17c | |
parent | de3a8ea3e132db2c4edc0e2f4b4468fbcced26e8 (diff) | |
download | php-git-b87f16bfbe3b531b87fe4d1a957fa82e91acf9f2.tar.gz |
- Update docu
-rwxr-xr-x | ext/spl/internal/infiniteiterator.inc | 2 | ||||
-rwxr-xr-x | ext/spl/internal/norewinditerator.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/internal/infiniteiterator.inc b/ext/spl/internal/infiniteiterator.inc index aaece36e6f..5e54c07501 100755 --- a/ext/spl/internal/infiniteiterator.inc +++ b/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 diff --git a/ext/spl/internal/norewinditerator.inc b/ext/spl/internal/norewinditerator.inc index 32e89da50e..47a4fa9460 100755 --- a/ext/spl/internal/norewinditerator.inc +++ b/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 |