mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06: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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user