Re: [Doxygen-users] reference class diagram

2012-11-06 Thread Paul Dugas
On Tue, Nov 6, 2012 at 3:08 PM, Dimitri van Heesch wrote: > It is not impossible, just not implemented at the moment ;-) I wonder if you could suggest the approach you would accept for addressing this if I were to look at coding something up. Do you see this as an extension of the \ref command o

[Doxygen-users] reference class diagram

2012-10-30 Thread Paul Dugas
Is there a way to pull the inheritance diagram for a class into another section of the generated documentation? -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lit

Re: [Doxygen-users] footnote / tooltip

2012-10-29 Thread Paul Dugas
On Mon, Oct 29, 2012 at 10:47 AM, Kraus Philipp wrote: > I don't know if this is a good idea but in some cases I need a footnote on > the HTML page or a hover toolbox with information. +1 I prefer to use footnotes in normal documents when including links to external content like 3rd-party librar

Re: [Doxygen-users] extra namespace

2012-09-14 Thread Paul Dugas
On Fri, Sep 14, 2012 at 9:24 AM, Paul Dugas wrote: > Any thoughts on how to get doxygen to tell me where it found that namespace? Typical. Finally break down and ask only to find it an hour later... Had "@package FOO-BAR" in a header somewhere. It's a C++ project so @package

[Doxygen-users] extra namespace

2012-09-14 Thread Paul Dugas
I'm getting an extra namespace in my generated documentation and I'm not sure where it's coming from. I wonder if anyone has any suggestions for how I'd track it down. The C++ package I'm working with uses a 2-deep namespace like foo::bar. Everything is down in that namespace with the exception