summaryrefslogtreecommitdiff
path: root/Source/cmCreateTestSourceList.h
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2013-09-19 13:02:31 -0400
committerBrad King <brad.king@kitware.com>2013-10-08 09:16:32 -0400
commit8e96353fd85cff5f06bda071f3a11397e3faa757 (patch)
treeaa01f914e04cee6fb674713098f66092f3a1a504 /Source/cmCreateTestSourceList.h
parentd99303220922142c2d3fdce5346d0997e4f3b457 (diff)
downloadcmake-8e96353fd85cff5f06bda071f3a11397e3faa757.tar.gz
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.
Diffstat (limited to 'Source/cmCreateTestSourceList.h')
-rw-r--r--Source/cmCreateTestSourceList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCreateTestSourceList.h b/Source/cmCreateTestSourceList.h
index 3aa0a79cff..b9c6341139 100644
--- a/Source/cmCreateTestSourceList.h
+++ b/Source/cmCreateTestSourceList.h
@@ -15,7 +15,7 @@
#include "cmCommand.h"
/** \class cmCreateTestSourceList
- * \brief
+ * \brief Test driver generation command
*
*/