Relative files paths in doxygen-generated documentation
问题 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 = YES , to have something more, than just filename without path, but this gives full, absolute paths. I want only paths relative to project directory. I know, that I can use STRIP_FROM_PATH but I have problem with wildcards. I need that kind of path-stripping, because this project is made on multiple PCs (as git repo), so paths can be different. Is