summaryrefslogtreecommitdiff
path: root/ext/spl/examples/tree.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-05-10 17:26:03 +0000
committerMarcus Boerger <helly@php.net>2004-05-10 17:26:03 +0000
commit68c22fba723c77c7a8ea6b2d33f580aa26bf88d8 (patch)
tree0d8782468e85bc7e1c9f50a24bd053afe4e9f8ba /ext/spl/examples/tree.php
parent428e722d882699787234228270601649fddb0bbb (diff)
downloadphp-git-68c22fba723c77c7a8ea6b2d33f580aa26bf88d8.tar.gz
- Documentation update
- Checkin doxygen config file # A patched version of doxygen is needed, hopefully 1.3.8 will contain it
Diffstat (limited to 'ext/spl/examples/tree.php')
-rwxr-xr-xext/spl/examples/tree.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/ext/spl/examples/tree.php b/ext/spl/examples/tree.php
index ce989a2c34..96a6ccde20 100755
--- a/ext/spl/examples/tree.php
+++ b/ext/spl/examples/tree.php
@@ -1,12 +1,14 @@
<?php
-/** tree view example
+/** @file tree.php
+ * @brief Program Tree view example
+ * @ingroup Examples
+ * @author Marcus Boerger
+ * @date 2003 - 2004
*
- * Usage: php tree.php <path>
+ * Usage: php tree.php \<path\>
*
- * Simply specify the path to tree with parameter <path>.
- *
- * (c) Marcus Boerger, 2003 - 2004
+ * Simply specify the path to tree with parameter \<path\>.
*/
// The following line only operates on classes which are converted to c already.