From 4102949bf95eee1ce88544fafdf80439aece85b2 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 16 Mar 2006 10:53:14 -0500 Subject: STYLE: minor comment cleanups --- Source/cmGlobalGenerator.h | 2 +- Source/cmLocalVisualStudio7Generator.h | 2 +- Source/cmLocalXCodeGenerator.h | 2 +- Source/cmMakefile.h | 5 ++--- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index e6907b0..5836d72 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -169,7 +169,7 @@ public: std::string& dir); protected: - // Fill the m_ProjectMap, this must be called after m_LocalGenerators + // Fill the ProjectMap, this must be called after LocalGenerators // has been populated. void FillProjectMap(); bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen); diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index cc6cd4f..fadf7e7 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -30,7 +30,7 @@ struct cmVS7FlagTable; * \brief Write a LocalUnix makefiles. * * cmLocalVisualStudio7Generator produces a LocalUnix makefile from its - * member m_Makefile. + * member Makefile. */ class cmLocalVisualStudio7Generator : public cmLocalGenerator { diff --git a/Source/cmLocalXCodeGenerator.h b/Source/cmLocalXCodeGenerator.h index ddc8f46..6882de4 100644 --- a/Source/cmLocalXCodeGenerator.h +++ b/Source/cmLocalXCodeGenerator.h @@ -23,7 +23,7 @@ * \brief Write a local Xcode project * * cmLocalXCodeGenerator produces a LocalUnix makefile from its - * member m_Makefile. + * member Makefile. */ class cmLocalXCodeGenerator : public cmLocalGenerator { diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 7b6dbfa..6836c77 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -713,9 +713,8 @@ protected: private: void ReadSources(std::ifstream& fin, bool t); - friend class cmMakeDepend; // make depend needs direct access - - // to the m_Sources array + friend class cmMakeDepend; // make depend needs direct access + // to the Sources array void PrintStringVector(const char* s, const std::vector >& v) const; void PrintStringVector(const char* s, -- cgit v0.12