I am using Doxygen 1.7.4 for Windows.
In the File List page of generated documentation I\'d like to see relative paths.
I have set FULL_PATH_NAMES
I'm not sure about Windows, but on Linux and OS X I can produce outputs in the file list like
By setting FULL_PATH_NAMES
to YES
and STRIP_FROM_PATH
to ../..
(i.e. the directory path of project's root which is two directories up from where I'm building the docs). You may need to swap the directory separator to the windows one.
You'll also need to watch out that you update the Doxyfile if you move the docs around.