Handling two different functions with the same name in Doxygen
I have a C project which contains two functions with the same name, but each is within a different group/module ( @defgroup ). These functions each compile into a different binary, but I need the documentation to be closely cross-referenced, so I need to refer ( @ref ) to these functions (among other places) from each other's module. When I do simple @ref name-of-the-function , it always links to the one which resides in file which is earlier in the file tree. How can I link to the other one? sleske As far as I can see: doxygen's autolinking does not support having multiple functions with the