Juanjo <jjgarcia <at> users.sourceforge.net> writes:

> 
> 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?

Nobody has any clue?

These are the two sources
http://tream.dreamhosters.com/tensor/html/eig__d_8cc_source.html
http://tream.dreamhosters.com/tensor/html/eig__z_8cc_source.html

This is the result:
http://tream.dreamhosters.com/tensor/html/group___linalg.html

RTensor and CTensor are two typedefs of two different templated classes.
RTensor is Tensor<double> and 
CTensor is Tensor<cdouble>, could this be the problem?


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
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