STYLE: minor comment cleanups

This commit is contained in:
Ken Martin 2006-03-16 10:53:14 -05:00
parent fb5d92ea37
commit 4102949bf9
4 changed files with 5 additions and 6 deletions

View File

@ -169,7 +169,7 @@ public:
std::string& dir); std::string& dir);
protected: protected:
// Fill the m_ProjectMap, this must be called after m_LocalGenerators // Fill the ProjectMap, this must be called after LocalGenerators
// has been populated. // has been populated.
void FillProjectMap(); void FillProjectMap();
bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen); bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen);

View File

@ -30,7 +30,7 @@ struct cmVS7FlagTable;
* \brief Write a LocalUnix makefiles. * \brief Write a LocalUnix makefiles.
* *
* cmLocalVisualStudio7Generator produces a LocalUnix makefile from its * cmLocalVisualStudio7Generator produces a LocalUnix makefile from its
* member m_Makefile. * member Makefile.
*/ */
class cmLocalVisualStudio7Generator : public cmLocalGenerator class cmLocalVisualStudio7Generator : public cmLocalGenerator
{ {

View File

@ -23,7 +23,7 @@
* \brief Write a local Xcode project * \brief Write a local Xcode project
* *
* cmLocalXCodeGenerator produces a LocalUnix makefile from its * cmLocalXCodeGenerator produces a LocalUnix makefile from its
* member m_Makefile. * member Makefile.
*/ */
class cmLocalXCodeGenerator : public cmLocalGenerator class cmLocalXCodeGenerator : public cmLocalGenerator
{ {

View File

@ -713,9 +713,8 @@ protected:
private: private:
void ReadSources(std::ifstream& fin, bool t); void ReadSources(std::ifstream& fin, bool t);
friend class cmMakeDepend; // make depend needs direct access friend class cmMakeDepend; // make depend needs direct access
// to the Sources array
// to the m_Sources array
void PrintStringVector(const char* s, const void PrintStringVector(const char* s, const
std::vector<std::pair<cmStdString, bool> >& v) const; std::vector<std::pair<cmStdString, bool> >& v) const;
void PrintStringVector(const char* s, void PrintStringVector(const char* s,