Source for file phpdoc.php

Documentation is available at phpdoc.php

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <?php
  3. /**
  4.  * Original Web Interface to phpDocumentor
  5.  *
  6.  * PHP versions 4 and 5
  7.  *
  8.  * @category   ToolsAndUtilities
  9.  * @package    phpDocumentor
  10.  * @author     Juan Pablo Morales <[email protected]>
  11.  * @author     Joshua Eichorn <[email protected]>
  12.  * @author     Gregory Beaver <[email protected]>
  13.  * @author     Chuck Burgess <[email protected]>
  14.  * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL
  15.  * @link       http://pear.php.net/package/PhpDocumentor
  16.  * @filesource
  17.  * @todo       CS cleanup - change package to PhpDocumentor
  18.  * @deprecated redirects automatically to docbuilder
  19.  *              (see {@link docbuilder/index.html})
  20.  */
  21. ?>
  22.  
  23. <html>
  24. <head>
  25. <title>PhpDocumentor (deprecated web interface)</title>
  26. <META HTTP-EQUIV="Refresh" CONTENT="5; URL=docbuilder/"/>
  27. </head>
  28. <body>
  29. This PhpDocumentor web interface is deprecated... 
  30. you will be redirected to the DocBuilder interface.
  31. </body>
  32. </html>

Documentation generated on Mon, 05 Dec 2011 21:01:06 -0600 by phpDocumentor 1.4.4