- Documentation update

- Checkin doxygen config file
# A patched version of doxygen is needed, hopefully 1.3.8 will contain it
This commit is contained in:
Marcus Boerger 2004-05-10 17:26:03 +00:00
parent 428e722d88
commit 68c22fba72
24 changed files with 424 additions and 57 deletions

View file

@ -1,5 +1,14 @@
<?php
/** @file autoload.inc
* @ingroup Examples
* @brief function __autoload
* @author Marcus Boerger
* @date 2003 - 2004
*
* SPL - Standard PHP Library
*/
/** \internal
* Tries to load class $classname from directory $dir.
*/