diff options
Diffstat (limited to 'Source/cmBorlandMakefileGenerator.h')
-rw-r--r-- | Source/cmBorlandMakefileGenerator.h | 5 |
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 { |