Fix warnings about \brief usage

A doxygen \brief is ended with a newline, so remove a newline right
after \brief to fix clang -Wdocumentation warning.
This commit is contained in:
Sean McBride
2013-10-08 09:16:32 -04:00
committed by Brad King
parent d993032209
commit 8e96353fd8
3 changed files with 3 additions and 7 deletions
+1 -3
View File
@@ -16,9 +16,7 @@
#include "cmDocumentGeneratorExpressions.h"
/** \class cmAddCustomCommandCommand
* \brief
*
* cmAddCustomCommandCommand defines a new command (rule) that can
* \brief cmAddCustomCommandCommand defines a new command (rule) that can
* be executed within the build process
*
*/