I'm documenting a c++ project for college with Doxygen, and everything is correct, but the dependency graph shows like this:
I would like that the graph doesn't show inclusions such as list, map or string, and only includes custom Classes i created for the project, but i can't find anything online or on the docs. Does anyone know how to do this?