Re: [Doxygen-users] Three slashes for brief comment

2016-02-04 Thread Albert
In a number of cases (not sure about which) adding /// \file on the top of the file helps. Albert On Thu, Feb 4, 2016 at 4:03 PM, Christoph Lipka wrote: > Hi Florian, > > to quote from the docs: > > "For the *brief* description there are also several possibilities: > > 1. > > One could us

Re: [Doxygen-users] Three slashes for brief comment

2016-02-04 Thread Christoph Lipka
Hi Florian, to quote from the docs: "For the *brief* description there are also several possibilities: 1. One could use the \brief command [...] 2. If JAVADOC_AUTOBRIEF

[Doxygen-users] Three slashes for brief comment

2016-02-04 Thread Florian Lindner
Hello, I use this syntax to make a only a brief description: /// true if the mapping along some axis should be ignored bool* _deadAxis; JAVADOC_AUTOBRIEF is off, almost everything else is doxygens default. It seems to work fine, the result is the same as prefixed with // @brief foobar.