summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeRegularExpressionCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-06-11 16:40:41 (GMT)
committerBrad King <brad.king@kitware.com>2007-06-11 16:40:41 (GMT)
commitdfb79bea2371f2d8b2c45f791f93bb418f457217 (patch)
treef3db8be9cde251b165be75d9227bd7c7363ae65c /Source/cmIncludeRegularExpressionCommand.h
parent28e94533ddff2e48268ebc48707e8510a272ef48 (diff)
downloadCMake-dfb79bea2371f2d8b2c45f791f93bb418f457217.zip
CMake-dfb79bea2371f2d8b2c45f791f93bb418f457217.tar.gz
CMake-dfb79bea2371f2d8b2c45f791f93bb418f457217.tar.bz2
STYLE: Removed unused reference to cmMakeDepend.
Diffstat (limited to 'Source/cmIncludeRegularExpressionCommand.h')
-rw-r--r--Source/cmIncludeRegularExpressionCommand.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmIncludeRegularExpressionCommand.h b/Source/cmIncludeRegularExpressionCommand.h
index 7b31dc8..0c160d6 100644
--- a/Source/cmIncludeRegularExpressionCommand.h
+++ b/Source/cmIncludeRegularExpressionCommand.h
@@ -23,8 +23,7 @@
* \brief Set the regular expression for following #includes.
*
* cmIncludeRegularExpressionCommand is used to specify the regular expression
- * used by cmMakeDepend to determine whether to follow a #include file in
- * dependency checking.
+ * that determines whether to follow a #include file in dependency checking.
*/
class cmIncludeRegularExpressionCommand : public cmCommand
{