When lauching phpdocumentor on a project, it creates warnings like that in the "Post-parsing" :
Class ... not found
These are all the library classes I use, but I don't want a documentation on that. And phpdoc can't find them.
Is there a way to suppress those warnings ?
Thanks.