I used composer to introduce third party libraries into my projects, like web framework. In my project, lots of files are extends from base class in web framework. When I want to generate documentation of these sub classes, phpDocumentor will generate huge files.
Of cause I can use --ignore option of the command, but, all the parent name of these sub classes will be empty.
I want my documentation reference names in third party libraries but not include the documentation of them. I'll be very appreciated if you could tell me anything about achieving this.
I used composer to introduce third party libraries into my projects, like web framework. In my project, lots of files are extends from base class in web framework. When I want to generate documentation of these sub classes, phpDocumentor will generate huge files.
Of cause I can use --ignore option of the command, but, all the parent name of these sub classes will be empty.
I want my documentation reference names in third party libraries but not include the documentation of them. I'll be very appreciated if you could tell me anything about achieving this.