Open
Description
- Checked for duplicates
Describe the bug
The ROOT doxygen tag files posted in https://root.cern/reference/ contain full hard coded paths to /home/sftnight/...
that are not available from outside users.
Expected behavior
No hard-coded paths are shown there.
To Reproduce
- Download the ROOT.tag from the link above
- grep sftnight ROOT.tag
Maybe playing with STRIP_FROM_PATH in the Doxyfile could solve this.