This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 198070 - Use ini config file per project for PHPDoc generation (phpdoc -c config.ini)
Summary: Use ini config file per project for PHPDoc generation (phpdoc -c config.ini)
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: PHPDoc (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-25 20:17 UTC by kweek
Modified: 2011-05-10 14:30 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
ini example taken from PhpDocumentor-1.4.3.tgz -> user/default.ini (4.33 KB, application/x-wine-extension-ini)
2011-04-25 20:17 UTC, kweek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kweek 2011-04-25 20:17:33 UTC
Created attachment 107933 [details]
ini example taken from PhpDocumentor-1.4.3.tgz -> user/default.ini

Hi,

I use an ini file to build PHPDocs and that file is different for every project. I do this (and I bet a bunch of others) because not every file in a project needs to be documented and this can change for every project I build. This could be the same for many other phpdoc settings.

For example for a project that uses the zend framework I wouldn't want the library/Zend folder to be parsed because those are not in the scope of my project.

It would be great that a config can be chosen per project instead of only the output dir (which can be set in the ini anyway).

Attachment: default.ini as an example of what an ini file would look like.
The command for generating with those settings would be phpdoc -c default.ini