فهرست منبع

STYLE: minor comment cleanups

Ken Martin 20 سال پیش
والد
کامیت
4102949bf9
4فایلهای تغییر یافته به همراه5 افزوده شده و 6 حذف شده
  1. 1 1
      Source/cmGlobalGenerator.h
  2. 1 1
      Source/cmLocalVisualStudio7Generator.h
  3. 1 1
      Source/cmLocalXCodeGenerator.h
  4. 2 3
      Source/cmMakefile.h

+ 1 - 1
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);

+ 1 - 1
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
 {

+ 1 - 1
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
 {

+ 2 - 3
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,