Closed
Description
Describe the bug
Not a bug.
Expected behavior
When doxygen detects several "possible candidates" when matching functions, it prints the file and line of the match in a format not in accordance to the LINE-FORMAT specified in the Doxyfile.
It would be nice if this could be harmonized, as it would help for parsing the output as well opening the files quickly at the right line via the command line. Something like:
Possible candidates:
'ROOT::Experimental::REveDigitSet::REveDigitSet(const REveDigitSet &)' at /opt/root_src/graf3d/eve7/inc/ROOT/REveDigitSet.hxx:39
'ROOT::Experimental::REveDigitSet::REveDigitSet(const char *n="REveDigitSet", const char *t="")' at /opt/root_src/graf3d/eve7/inc/ROOT/REveDigitSet.hxx:87
To Reproduce
streamer.zip
Version
1.9.4 (15dae50*)
Additional context
https://bugreports.qt.io/browse/QTCREATORBUG-26892