GNOME Bugzilla – Bug 685125
Doxygen collapses definitions of overloaded functions
Last modified: 2013-11-26 00:01:40 UTC
I have two functions with similar signatures const CTensor eig(const RTensor &A, CTensor *R, CTensor *L) const CTensor eig(const CTensor &A, CTensor *R, CTensor *L) that differ on two typedefs classes typedef Tensor<double> RTensor typedef Tensor<cdouble> CTensor Doxygen believes both functions are the same and collapses the documentation. A minimal example is attached. This is the result for a not so minimal example http://tream.dreamhosters.com/tensor/html/group___linalg.html Note that other functions are also collapsed (solve, eig, etc)
Created attachment 225409 [details] Minimal example
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.3. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
I am seeing this defect in 1.8.5: two overloads of a function that differ only by a typedef argument are being conflated to one function in the documentation with a "warning: no matching file member found for " warning.