| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
| <!-- | |
| Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. | |
| --> | |
| <html> | |
| <head> | |
| <title>Generating PHP Documentation With NetBeans IDE </title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" > | |
| <meta name="description" content="This screencast shows how to use ApiGen with NetBeans IDE. | |
| Installation with PEAR is covered, along with a simple example of document generation"> | |
| <link rel="stylesheet" type="text/css" href="../../../netbeans.css"> | |
| </head> | |
| <body> | |
| <h1>Generating PHP Documentation With NetBeans IDE</h1> | |
| <table><tr><td class="valign-top"> | |
| <p> | |
| This screencast shows how to generate PHP documentation using ApiGen with NetBeans IDE. Built-in support for ApiGen was added in NetBeans IDE 7.2. The screencast includes details of installing ApiGen with PEAR and a simple example of use.</p> | |
| <p class="notes"><strong>Note:</strong> ApiGen replaces PHPDocumentor as the documentation | |
| tool of choice for NetBeans IDE. You can still use PHPDocumentor if you prefer. Install the | |
| PHPDocumentor plugins from Tools > Plugins, and <a target="_blank" href="http://bits.netbeans.org/media/phpdoc.flv">download this video</a>.</p> | |
| <p> | |
| Author: Jeff Rubinoff<br> | |
| Time: 7:22 <br /> | |
| <a target="_blank" href="http://bits.netbeans.org/media/php-apigen.flv">Download</a> [17.5 MB] | |
| </p> | |
| <div class="feedback-box" style="float:left"> | |
| <a href="/about/contact_form.html?to=3&subject=Feedback: ApiGen Screencast">Send Feedback on This Tutorial</a> | |
| </div> | |
| <br style="clear:both;"> | |
| </td><td class="valign-top" > | |
| <div id="flashContent"></div> | |
| <script src="/images_www/js/mediaplayer-5.9/jwplayer.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| var targetFile='http://bits.netbeans.org/media/php-apigen.flv'; | |
| jwplayer('flashContent').setup({ | |
| 'id': 'flashContentId', | |
| 'width': '400', | |
| 'height': '300', | |
| 'autostart': 'true', | |
| 'file': targetFile, | |
| 'controlbar':{position:'bottom'}, | |
| 'modes': [ | |
| {type: 'html5'}, | |
| {type: 'flash', src: '/images_www/js/mediaplayer-5.9/player.swf'}, | |
| {type: 'download'} | |
| ] | |
| }); | |
| </script> | |
| </td></tr> | |
| </table> | |
| </body> | |
| </html> |