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:
parent
d993032209
commit
8e96353fd8
|
@ -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
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmCreateTestSourceList
|
||||
* \brief
|
||||
* \brief Test driver generation command
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -15,9 +15,7 @@
|
|||
#include "cmCommand.h"
|
||||
|
||||
/** \class cmIncludeCommand
|
||||
* \brief
|
||||
*
|
||||
* cmIncludeCommand defines a list of distant
|
||||
* \brief cmIncludeCommand defines a list of distant
|
||||
* files that can be "included" in the current list file.
|
||||
* In almost every sense, this is identical to a C/C++
|
||||
* #include command. Arguments are first expended as usual.
|
||||
|
|
Loading…
Reference in New Issue