In my C++ code I have two functions

const CTensor eig(const RTensor &A, CTensor *R, CTensor *L)
const CTensor eig(const CTensor &A, CTensor *R, CTensor *L)

living in separate files, with separate documentations.
Doxygen 1.8.something is merging the documentation of both
functions and showing them under only one signature, the
first one. What can I be doing wrong?


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to