doxygen graphviz rename node name (from "data path + file name" to only the "file name")

StackOverflow https://stackoverflow.com/questions/21747191

  •  10-10-2022
  •  | 
  •  

Question

I'm looking for an answer now quite a while but I could not find one slightly simular one. I'm pretty new to the whole DoxyGen + GraphViz thing. But I love it so far.

My problem is I'm a visual person, and I have to get my hands on a big project for my BA Thesis.

For this I'd like that the tree nodes are as simple as possible. So I get some tree nods with only the name of the file like "header.h" and in the next tree I get the same node with the whole filename + data path like "c:\testfolder\source\header.h".

My question is how can I change that so that I only get the filename in every graph and node ?

Here is an example picture, als a link for you.

http://img5.fotos-hochladen.net/uploads/doxygenakiex2mwzg.jpg

in this example they are not the same files but still you can see my problem Sry for my poor english hope you got the hang of it. Thank you so much for your help.

kind regards

Danny

Was it helpful?

Solution

Set FULL_PATH_NAMES = NO in your Doxygen Config

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top