[Doxygen-users] Three slashes for brief comment
Brought to you by:
dimitri
From: Florian L. <mai...@xg...> - 2016-02-04 08:31:42
|
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 |