Re: [Doxygen-users] @code and indention

2012-07-05 Thread Dimitri Van Heesch
Hi Stefan, On Jul 5, 2012, at 19:58 , Stefan Ludewig wrote: > > > Is there any way to tell doxygen to only count the relative indentation to > the rest of the comment instead of the absolute indentation inside the file? Not yet, but in the next subversion update doxygen will do this for you.

[Doxygen-users] @code and indention

2012-07-05 Thread Stefan Ludewig
Hi all. I have some code like this: namespace A { namespace B { /** This is the doc for foo. @code mFoo.foo() @endcode */ void Foo::foo(void) {