mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
@@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user