PHP APIGen - API documentation generator - plugin detailAPI documentation generator for PHP projects.
[ You have to be logged in to be able to comment. ] User CommentsBuild-specific dependency
I know that, but if there is no public API it has to depend on "implementation version"...I think. There is just another possibility to make it "specific version" dependent, but the APIGen module has to be a "friend" of the module on which it is dependent and if there are some API changes in that "friend" module you have to rewrite your code again. So the best possibility is to force "friend" module owner to make a public API :-) But I will look at it, I'm not sure if that dependency is necessary.
And maybe I'm absolutely wrong? ;-)
Posted by OndrejBrejla on Jan 20, 2011
Build-specific dependency
You have a build-specific dependence on PHP editor component. This prevents the plugin from installing on 7.0 builds. It also means you have to rewrite the plugin for every release.
There is a way to write plugins so their dependencies are not build-specific, but I don't know how to do it myself. Maybe ask Geertjan?
Posted by jeff_rubinoff on Jan 20, 2011
|