Installed PHPDocumentor plugin.
How do I install plugins in Zend Studio?
This procedure describes how to create a PHPDoc from your PHP files.
|
|
|
To create a PHPDoc:
|
Your PHPDoc will be automatically created and will be opened in a browser. By default, your phpdoc is created as an index.html file in a folder entitled 'docs' in the root of you Workspace. (e.g. C:\Documents and Settings\bob\Zend\workspaces\DefaultWorkspace\docs\index.html). |
This procedure describes how to add PHPDoc Comments to PHP elements.
|
To create a PHPDoc Comment: In the line above the code for the PHP element, enter the DocBlock
characters /**, and press Enter. |
A PHPDoc Comment will be created with several parameters to be edited with the relevant information. |
The default code comments generated for different elements can be configured through the Code Templates Preferences page.
|
|
|
Related Links: |
|
|
©1999-2013 Zend Technologies LTD. All rights reserved.