summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-10-31 19:51:34 +0000
committerMarcus Boerger <helly@php.net>2004-10-31 19:51:34 +0000
commitb87f16bfbe3b531b87fe4d1a957fa82e91acf9f2 (patch)
tree631efa658af931772c176d67ffd72f43cdcef17c
parentde3a8ea3e132db2c4edc0e2f4b4468fbcced26e8 (diff)
downloadphp-git-b87f16bfbe3b531b87fe4d1a957fa82e91acf9f2.tar.gz
- Update docu
-rwxr-xr-xext/spl/internal/infiniteiterator.inc2
-rwxr-xr-xext/spl/internal/norewinditerator.inc2
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