Re: [Doxygen-users] Overloaded functions not recognized

2012-09-30 Thread Dimitri van Heesch
On Sep 30, 2012, at 10:45 , Juanjo wrote: > Dimitri van Heesch gmail.com> writes: > >> That might be causing the problem. >> Please file a bug report in the tracker. > > https://bugzilla.gnome.org/show_bug.cgi?id=685125 > > I managed to cook a minimal example. > It might be even made smaller

Re: [Doxygen-users] Overloaded functions not recognized

2012-09-30 Thread Juanjo
Dimitri van Heesch gmail.com> writes: > That might be causing the problem. > Please file a bug report in the tracker. https://bugzilla.gnome.org/show_bug.cgi?id=685125 I managed to cook a minimal example. It might be even made smaller by removing the two *.cc files. This is doxygen 1.8.2 as shi

Re: [Doxygen-users] Overloaded functions not recognized

2012-09-30 Thread Dimitri van Heesch
On Sep 30, 2012, at 9:22 , Juanjo wrote: > Juanjo 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

Re: [Doxygen-users] Overloaded functions not recognized

2012-09-30 Thread Juanjo
Juanjo 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 mer

[Doxygen-users] Overloaded functions not recognized

2012-09-28 Thread Juanjo
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