mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- 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:
parent
428e722d88
commit
68c22fba72
24 changed files with 424 additions and 57 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue