I have my doxygen in my /utils directory, and my source is in another directory in the root(/code_with_doxygen), how could i make a relative path name for that since it's in a repository that will be on different places on other computers. I can't document the whole root because i don't want the directory /code_without_doxygen build too.
the project tree looks like this:
root utils code code_with_doxygen code_without_doxygen documentation right now i have the settings, but that doesn't seem to work:
FULL_PATH_NAMES = YES STRIP_FROM_PATH = ../ i can't seem to figure it out with: Relative files paths in doxygen-generated documentation