[Doxygen-users] Three slashes to introduce brief comment
Brought to you by:
dimitri
From: Florian L. <mai...@xg...> - 2015-05-05 13:14:59
|
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. But I have found it in the documentation nowhere. There is something like that mentioned in http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html but it talks about at least two comment lines. Is the syntax above ok that way? Or will it eventually cease to work some day? Thanks, Florian |