[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

Re: [Doxygen-users] Logo at right hand side of page (titlearea)

2012-09-28 Thread Albert
Dear Ernst, Thank you for the answer, the German flag didn't scale (I'd like to have it 103px x 103px) any idea how can I accomplish this with the css? I made a small mistake, I forgot to attach the standard doxygen.css here the width for the titlearea is set to 100% and now the flag still overrun

[Doxygen-users] 1.8.2 inherit java interface documentation

2012-09-28 Thread Josef Frühwirth
Hi doxygen users, Is there a new approach for doxygen 1.8.2 to configure doxygen to inherit a method's documentation from java interfaces to method implementations inside classes? An update from 1.8.1.2 to 1.8.2 breaks this kind of inheritance for my project. Regards Josef ---

Re: [Doxygen-users] Logo at right hand side of page (titlearea)

2012-09-28 Thread Peche
Try this, I think it solves your problem (padding-right to prevent flowing text into the image, position:absolute;right=0px to get the image to the desired position) #titlearea1:before { example.tar Description: Unix tar archive -

Re: [Doxygen-users] Logo at right hand side of page (titlearea)

2012-09-28 Thread Albert
Dear Ernst, Thank you for the answer, very interesting possibility the :after (and :before) CS pseudo elements. Unfortunately I have not been able to get it working as I would like to have it. I've taken the Doxygen output and stripped it quite a bit and placed as images some flags (see the entire