summaryrefslogtreecommitdiffstats
path: root/Source/cmBorlandMakefileGenerator.h
diff options
context:
space:
mode:
authorJohn Biddiscombe <jbiddiscombe@skippingmouse.co.uk>2001-09-08 16:09:03 (GMT)
committerJohn Biddiscombe <jbiddiscombe@skippingmouse.co.uk>2001-09-08 16:09:03 (GMT)
commit53ed585ef61a587b9dec42b1f37b3843d80cf872 (patch)
treef491a719d8f91ebb2dbb0fec0c51ad14d5ac504c /Source/cmBorlandMakefileGenerator.h
parent6fcc9d803c3e7a1d4837af8fb32980bbf921584f (diff)
downloadCMake-53ed585ef61a587b9dec42b1f37b3843d80cf872.zip
CMake-53ed585ef61a587b9dec42b1f37b3843d80cf872.tar.gz
CMake-53ed585ef61a587b9dec42b1f37b3843d80cf872.tar.bz2
ERR: Forgot to put back a backslash
Diffstat (limited to 'Source/cmBorlandMakefileGenerator.h')
-rw-r--r--Source/cmBorlandMakefileGenerator.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmBorlandMakefileGenerator.h b/Source/cmBorlandMakefileGenerator.h
index 5ba6452..58cebc2 100644
--- a/Source/cmBorlandMakefileGenerator.h
+++ b/Source/cmBorlandMakefileGenerator.h
@@ -5,10 +5,9 @@
#include "cmMakefileGenerator.h"
/** \class cmBorlandMakefileGenerator
- * \brief Write a Unix makefiles.
+ * \brief Write Borland BCB5 compatible makefiles.
*
- * cmBorlandMakefileGenerator produces a Unix makefile from its
- * member m_Makefile.
+ * cmBorlandMakefileGenerator produces Borland BCB5 compatible makefiles
*/
class cmBorlandMakefileGenerator : public cmMakefileGenerator
{