summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-03-16 15:53:14 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-03-16 15:53:14 (GMT)
commit4102949bf95eee1ce88544fafdf80439aece85b2 (patch)
tree20905e7c8fe610c661cbad17e59ef659fbffcb90 /Source
parentfb5d92ea37b6b7cbd9eda84538ce072b90b80b73 (diff)
downloadCMake-4102949bf95eee1ce88544fafdf80439aece85b2.zip
CMake-4102949bf95eee1ce88544fafdf80439aece85b2.tar.gz
CMake-4102949bf95eee1ce88544fafdf80439aece85b2.tar.bz2
STYLE: minor comment cleanups
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGlobalGenerator.h2
-rw-r--r--Source/cmLocalVisualStudio7Generator.h2
-rw-r--r--Source/cmLocalXCodeGenerator.h2
-rw-r--r--Source/cmMakefile.h5
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<std::pair<cmStdString, bool> >& v) const;
void PrintStringVector(const char* s,