Sunday, July 27. 2008PHP_Depend-0.8.0 releasedTrackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
Nice tool! Keep up the good work.
I set up a flyspray account but found no way to insert my pet peeves: - give user a warning if no output is selected, as nothing will be generated by default - if output "pippo" is selected for piramyd, file ".svg" is created instead of "pippo.svg" or "pippo" - add a verbose execution mode that shows eg. the list of parsed files
Hi,
> give user a warning if no output is selected, as nothing will be generated by default can you please explain what you mean with output? > if output "pippo" is selected for piramyd, file ".svg" is created instead of "pippo.svg" or "pippo" Valid hint, I will add this issue onto the PHP_Depend 0.8.1 roadmap. > add a verbose execution mode that shows eg. the list of parsed files I have already thought about such a mode, but I have dropped it for some reason!? I will put it on the 0.8.1 roadmap. Greetings Manuel
It would be nice to have a different filter to define "packages" in terms of eg. directories...
Can you please explain this filter? At the moment PHP_Depend supports directory filtering with --ignore=/home/mapi/foo,/home/mapi/bar and package filtering with --exclude=PEAR,ezc*. At the moment I have no idea what other filter you would like to have.
How exactly does PHP_Depend work? I run it on my code and nothing happens. How should I tag my code so that it works?
Hi,
your code should provide @package/@subpackage annotations in the doc comments. If your code doesn't use these annotations you should try the --bad-documentation cli option. A detailed description can be found in the following blog post http://www.manuel-pichler.de/archives/29-What-you-should-know-about-PHP_Depend.html. |
ProjectsFurther stuffCategories |

