jpablobr.com

→ integration of phpdocumentor into eclipse or aptana ide

More on: phpdocumentor, eclipse, aptana ide, Mon Oct 03 00:28:24 -0600 2009

You can execute phpDocumentor directly from Aptana or Eclipse. The project you would like to document needs to be open.

1. Open the 'External Tools' Dialog through 'Run -> External Tools -> External Tools...'

2. Click the 'New' button and enter the following data:

Name: You can give any name, such as 'phpDocumentor'.

Location: Path to your php.exe file including the file name 'php.exe'.

Working Directory: Path to your phpDocumentor installation directory.

Arguments: Enter any parameter according to the phpDocumentor manual. At least the parameters -d, -t und -o have to be set. -d <PathSource> stands for the directory or files you want to document, whereas -t <PathTarget> should lead to the directory where the documentation should be stored. The parameter -o sets the template you want to use.

Important: All paths used in arguments containing spaces need to be enclosed in double-quotes.

blog comments powered by Disqus