You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then Doxygen will put a reference to both of them at the top level of the file compound in the tag file. There will be a further reference to my_namespace::my_func as well but the two at the file-level are ambuigous.
milliams
changed the title
Cannont differentiate between overloaded functions in a single file
Cannot differentiate between overloaded functions in a single file
Dec 14, 2017
If we have a C++ header like:
then Doxygen will put a reference to both of them at the top level of the file compound in the tag file. There will be a further reference to
my_namespace::my_func
as well but the two at the file-level are ambuigous.It looks like:
Two options:
The text was updated successfully, but these errors were encountered: