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